Skip to content

Commit bbb1237

Browse files
committed
chore(scripts): cleanup
1 parent 028c325 commit bbb1237

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
],
3737
"scripts": {
3838
"toc": "doctoc README.md",
39-
"lint": "eslint src/**/*.js --fix",
39+
"lint": "eslint src --fix",
4040
"clean": "rimraf dist",
4141
"build": "npm run clean && babel src --out-dir dist --ignore '**/__tests__/**'",
42-
"test": "jest src/__tests__ ",
42+
"test": "jest src",
4343
"test:watch": "npm run test -- --watch",
4444
"test:update": "npm run test -- --updateSnapshot --coverage",
4545
"setup": "npm install && npm run validate",

src/pure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getQueriesForElement, prettyDOM, fireEvent as dtlFireEvent } from '@testing-library/dom'
1+
import { fireEvent as dtlFireEvent, getQueriesForElement, prettyDOM } from '@testing-library/dom'
22
import { tick } from 'svelte'
33

44
const containerCache = new Map()

0 commit comments

Comments
 (0)