Skip to content

Commit 58e56e6

Browse files
committed
refactor: wip e2e
1 parent fcb73f1 commit 58e56e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/plugin-js-benchmak/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export type {
1111
BenchmarkRunner,
1212
} from './runner/index.js';
1313
export { JsBenchmarkingPluginConfig } from './config.js';
14-
import { jsBenchmarkPlugin } from './js-benchmark.plugin';
15-
16-
export { jsBenchmarkPlugin } from './js-benchmark.plugin';
1714
export { jsBenchmarkingSuiteNameToCategoryRef } from './utils.js';
1815

16+
import { jsBenchmarkPlugin } from './js-benchmark.plugin.js';
17+
export { jsBenchmarkPlugin } from './js-benchmark.plugin.js';
18+
1919
export default jsBenchmarkPlugin;

0 commit comments

Comments
 (0)