Skip to content

Commit

Permalink
chore(test): disable lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Nov 25, 2024
1 parent 7f612fb commit 1202115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/impvol.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// eslint-disable-next-line n/no-missing-import
import {Volume} from 'memfs/lib/volume.js';
import assert from 'node:assert';
// eslint-disable-next-line n/no-unsupported-features/node-builtins
import {describe, it} from 'node:test';

import {ImportableVolume, impvol} from '../src/impvol.js';
Expand Down

0 comments on commit 1202115

Please sign in to comment.