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 5656 "prepack" : " npm run build && npm run format" ,
5757 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
5858 "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" ,
6060 "test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
6161 "test" : " npm run build && npm run format && npm run test-coverage"
6262 },
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import assert from 'node:assert/strict'
22import test from 'node:test'
33import stringify from 'json-stringify-safe'
44import { parse , parseFragment } from 'parse5'
5- import { toParse5 } from '.. /index.js'
5+ import { toParse5 } from './index.js'
66
77test ( 'core' , ( ) => {
88 assert . deepEqual (
You can’t perform that action at this time.
0 commit comments