We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429271c commit 04cb8cfCopy full SHA for 04cb8cf
tools/tools.test.js
@@ -1,6 +1,6 @@
1
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"};
+import updates from "./data/fw-updates.json" with {type: "json"};
+import epks from "./data/model-epks.json" with {type: "json"};
4
import {minorMajor} from "./mappings.js";
5
import assert from "node:assert";
6
import {parseDeviceModel} from "./device-model.js";
0 commit comments