Skip to content

Commit b4dfc60

Browse files
author
n.hefti
committed
Remove reporter from normal test
1 parent 3880070 commit b4dfc60

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
@$(webpack) --prod --standalone
1111

1212
test:
13-
@$(mocha) -u tdd -R mocha-spec-cov -r blanket
13+
@$(mocha) -u tdd -r blanket
1414

1515
test-watch:
1616
@$(mocha) -u tdd -R min -w

index.js renamed to lib/core.js

File renamed without changes.

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (isProd) {
2424

2525
module.exports = {
2626
entry: {
27-
'formula': './index'
27+
'formula': './core'
2828
},
2929
output: {
3030
path: __dirname,

0 commit comments

Comments
 (0)