File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 32
32
"browser-coverage" : " npm run test:cover && opener coverage/lcov-report/index.html" ,
33
33
"prepublish" : " in-publish && npm run build || not-in-publish" ,
34
34
"postpublish" : " npm run docs:publish && npm run clean" ,
35
- "pretest" : " standard lib/*.js && standard lib/**/*.js" ,
35
+ "pretest" : " standard lib/*.js && standard lib/**/*.js && standard test/**/*.js " ,
36
36
"test" : " npm run test:cover && npm run test:integration && npm run test:browser-local" ,
37
37
"semantic-release" : " semantic-release pre && npm publish && semantic-release post"
38
38
},
Original file line number Diff line number Diff line change 1
1
import test from 'tape'
2
- import { cloneDeep } from 'lodash/lang'
3
2
import errorHandler from '../../lib/error-handler'
4
3
import { cloneMock } from './mocks/entities'
5
4
You can’t perform that action at this time.
0 commit comments