We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac058c commit 8f66088Copy full SHA for 8f66088
karma.conf.js
@@ -5,7 +5,7 @@ module.exports = function(config) {
5
config.set({
6
basePath: ".",
7
frameworks: ["jasmine"],
8
- files: ["browser-tests/dist/index.js"],
+ files: ["tests/dist/index.js"],
9
autoWatch: true,
10
11
browsers,
package.json
@@ -10,7 +10,7 @@
"scripts": {
"build": "rollup -c",
12
"test": "karma start",
13
- "test:build": "parcel build browser-tests/index.js --out-dir browser-tests/dist",
+ "test:build": "parcel build tests/index.js --out-dir tests/dist",
14
"prepublish": "yarn build"
15
},
16
"husky": {
browser-tests/index.js renamed to tests/index.js
0 commit comments