Skip to content

Commit 59782e5

Browse files
TheSpydersirreal
andcommitted
Apply suggestions from code review
Co-authored-by: Jon Surrell <sirreal@users.noreply.github.com>
1 parent 5c3e5d4 commit 59782e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

javascript/tests/diff_match_patch_test.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
'use strict'
2-
3-
import assert from 'node:assert';
1+
import assert from 'node:assert/strict';
42
import test from 'node:test';
53
import { diff_match_patch, DIFF_DELETE, DIFF_INSERT, DIFF_EQUAL } from '../index.js';
64

0 commit comments

Comments
 (0)