Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
Co-authored-by: LitoMore <LitoMore@users.noreply.github.com>
  • Loading branch information
jimmywarting and LitoMore authored Jun 26, 2022
1 parent 0f12d6e commit 051be0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import assert from 'assert';
import assert from 'node:assert';
import names from './index.js';

assert.deepEqual(names.red, [255,0,0]);
Expand Down

0 comments on commit 051be0a

Please sign in to comment.