Skip to content

Commit 7bfc3ea

Browse files
committed
fix: Fix standard checks and lint some stuff
1 parent f486361 commit 7bfc3ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"browser-coverage": "npm run test:cover && opener coverage/lcov-report/index.html",
3333
"prepublish": "in-publish && npm run build || not-in-publish",
3434
"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",
3636
"test": "npm run test:cover && npm run test:integration && npm run test:browser-local",
3737
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
3838
},

test/unit/error-handler-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import test from 'tape'
2-
import {cloneDeep} from 'lodash/lang'
32
import errorHandler from '../../lib/error-handler'
43
import {cloneMock} from './mocks/entities'
54

0 commit comments

Comments
 (0)