Skip to content

Commit 505fd83

Browse files
committed
browser-tests -> tests
1 parent eea9ea3 commit 505fd83

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = function(config) {
66
config.set({
77
basePath: ".",
88
frameworks: ["jasmine"],
9-
files: ["browser-tests/dist/index.js"],
9+
files: ["tests/dist/index.js"],
1010
autoWatch: true,
1111

1212
browsers: ci ? ["ChromeHeadless", "sl_chrome_70"] : ["Chrome"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test:unit": "jest --coverage",
3838
"test:unit:watch": "jest --watch",
3939
"test:integration": "karma start",
40-
"test:integration:build": "parcel build browser-tests/index.js --out-dir browser-tests/dist",
40+
"test:integration:build": "parcel build tests/index.js --out-dir tests/dist",
4141
"coveralls": "cat ./coverage/lcov.info | coveralls",
4242
"prettify": "prettier --write 'packages/**/*.js'",
4343
"bootstrap": "lerna bootstrap",
File renamed without changes.

0 commit comments

Comments
 (0)