fix parse

This commit is contained in:
Dmitry Vasilev
2024-03-02 13:43:31 +08:00
parent 810e6178f8
commit 336caba667
4 changed files with 21 additions and 34 deletions

View File

@@ -1013,7 +1013,6 @@ export const tests = [
// change module ''
const {state: s2} = input(spoil_file, 'import {c} from "c"', 0)
assert_equal(s2.dirty_files, new Set())
assert_equal(s2.parse_result.ok, true)
}),