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 cb47925 commit fb0215bCopy full SHA for fb0215b
docs-next/src/content/docs/getting-started.mdx
@@ -21,7 +21,7 @@ Create the following `example.test.js` file under a `test/` directory:
21
22
```js
23
// test/example.test.js
24
-import { assert } from "node:assert";
+import assert from "node:assert";
25
26
describe("Array", function () {
27
describe("#indexOf()", function () {
0 commit comments