We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3e5d4 commit 59782e5Copy full SHA for 59782e5
javascript/tests/diff_match_patch_test.js
@@ -1,6 +1,4 @@
1
-'use strict'
2
-
3
-import assert from 'node:assert';
+import assert from 'node:assert/strict';
4
import test from 'node:test';
5
import { diff_match_patch, DIFF_DELETE, DIFF_INSERT, DIFF_EQUAL } from '../index.js';
6
0 commit comments