Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein committed Oct 21, 2024
1 parent 9b353b0 commit 6e57453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/index.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import assert from 'node:assert';
import { resolve } from 'node:path';
import { createRequire } from 'module';

import dedupe from '../build/dedupe.mjs';
import { expect } from 'chai';

import dedupe from '../build/dedupe.mjs';

const require = createRequire(import.meta.url);
const masterableCategories = require('../config/masterableCategories.json');

Expand Down

0 comments on commit 6e57453

Please sign in to comment.