File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
],
37
37
"scripts" : {
38
38
"toc" : " doctoc README.md" ,
39
- "lint" : " eslint src/**/*.js --fix" ,
39
+ "lint" : " eslint src --fix" ,
40
40
"clean" : " rimraf dist" ,
41
41
"build" : " npm run clean && babel src --out-dir dist --ignore '**/__tests__/**'" ,
42
- "test" : " jest src/__tests__ " ,
42
+ "test" : " jest src" ,
43
43
"test:watch" : " npm run test -- --watch" ,
44
44
"test:update" : " npm run test -- --updateSnapshot --coverage" ,
45
45
"setup" : " npm install && npm run validate" ,
Original file line number Diff line number Diff line change 1
- import { getQueriesForElement , prettyDOM , fireEvent as dtlFireEvent } from '@testing-library/dom'
1
+ import { fireEvent as dtlFireEvent , getQueriesForElement , prettyDOM } from '@testing-library/dom'
2
2
import { tick } from 'svelte'
3
3
4
4
const containerCache = new Map ( )
You can’t perform that action at this time.
0 commit comments