File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
"prepack" : " npm run build && npm run format" ,
57
57
"build" : " tsc --build --clean && tsc --build && type-coverage" ,
58
58
"format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
59
- "test-api" : " node --conditions development test/index .js" ,
59
+ "test-api" : " node --conditions development test.js" ,
60
60
"test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
61
61
"test" : " npm run build && npm run format && npm run test-coverage"
62
62
},
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import assert from 'node:assert/strict'
2
2
import test from 'node:test'
3
3
import stringify from 'json-stringify-safe'
4
4
import { parse , parseFragment } from 'parse5'
5
- import { toParse5 } from '.. /index.js'
5
+ import { toParse5 } from './index.js'
6
6
7
7
test ( 'core' , ( ) => {
8
8
assert . deepEqual (
You can’t perform that action at this time.
0 commit comments