Skip to content

Commit c147c2c

Browse files
committed
change to true single run test
1 parent 933797a commit c147c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ module.exports = function(config) {
4343
output: 'full'
4444
},
4545

46-
singleRun: false
46+
singleRun: true
4747
});
4848
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spiel-build",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "router builder for diferents framworks",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",

0 commit comments

Comments
 (0)