Skip to content

Commit

Permalink
refactor(codeql): refactor test based on codeql analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
kishor82 committed Apr 25, 2024
1 parent 9303870 commit e6bedb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/module/esm/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import flatThisjson , {flatten} from "flatten-this-json";
import assert from 'assert';
import flattenThisJson from "flatten-this-json";
import flattenThisJson, {flatten} from "flatten-this-json";

assert.strictEqual(typeof flattenThisJson.flatten, 'function');
assert.strictEqual(typeof flatten, 'function');
Expand Down

0 comments on commit e6bedb4

Please sign in to comment.