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 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" ,
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'
22import { tick } from 'svelte'
33
44const containerCache = new Map ( )
You can’t perform that action at this time.
0 commit comments