Skip to content

Commit

Permalink
fix wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Dec 4, 2023
1 parent 49f0dea commit 08ec4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from 'node:assert';
import assert from 'node:assert';
import fs from 'node:fs';
import { EFTGenerator, CPA_CODES } from '../index.js';
const config = {
Expand Down
2 changes: 1 addition & 1 deletion test/test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from 'node:assert'
import assert from 'node:assert'
import fs from 'node:fs'

import { EFTGenerator, CPA_CODES } from '../index.js'
Expand Down

0 comments on commit 08ec4f6

Please sign in to comment.