Skip to content

Commit 8f66088

Browse files
committed
browser-tests/ => test/
1 parent fac058c commit 8f66088

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
@@ -5,7 +5,7 @@ module.exports = function(config) {
55
config.set({
66
basePath: ".",
77
frameworks: ["jasmine"],
8-
files: ["browser-tests/dist/index.js"],
8+
files: ["tests/dist/index.js"],
99
autoWatch: true,
1010

1111
browsers,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"build": "rollup -c",
1212
"test": "karma start",
13-
"test:build": "parcel build browser-tests/index.js --out-dir browser-tests/dist",
13+
"test:build": "parcel build tests/index.js --out-dir tests/dist",
1414
"prepublish": "yarn build"
1515
},
1616
"husky": {
File renamed without changes.

0 commit comments

Comments
 (0)