Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Surrell <[email protected]>
  • Loading branch information
TheSpyder and sirreal committed Jun 18, 2024
1 parent 5c3e5d4 commit 59782e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions javascript/tests/diff_match_patch_test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
'use strict'

import assert from 'node:assert';
import assert from 'node:assert/strict';
import test from 'node:test';
import { diff_match_patch, DIFF_DELETE, DIFF_INSERT, DIFF_EQUAL } from '../index.js';

Expand Down

0 comments on commit 59782e5

Please sign in to comment.