Skip to content

Commit

Permalink
Fix import ext in test
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 23, 2023
1 parent 5603cb8 commit bf3fcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/tailwind.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import test from 'node:test';
import { main } from '../../src/index.js';
import { resolve } from '../../src/util/path.js';
import baseArguments from '../helpers/baseArguments.js';
import baseCounters from '../helpers/baseCounters';
import baseCounters from '../helpers/baseCounters.js';

const cwd = resolve('tests/fixtures/plugins/tailwind');

Expand Down

0 comments on commit bf3fcbb

Please sign in to comment.