Skip to content

Commit 04cb8cf

Browse files
committed
fixed syntax
1 parent 429271c commit 04cb8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/tools.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {describe, it} from "node:test";
2-
import updates from "./data/fw-updates.json" assert {type: "json"};
3-
import epks from "./data/model-epks.json" assert {type: "json"};
2+
import updates from "./data/fw-updates.json" with {type: "json"};
3+
import epks from "./data/model-epks.json" with {type: "json"};
44
import {minorMajor} from "./mappings.js";
55
import assert from "node:assert";
66
import {parseDeviceModel} from "./device-model.js";

0 commit comments

Comments
 (0)