mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
refactor(napi/transform): change test files to TypeScript (#7221)
This commit is contained in:
parent
94865a9390
commit
fc86703933
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { assert, describe, it } from 'vitest';
|
||||
|
||||
import oxc from './index.js';
|
||||
import oxc from './index';
|
||||
|
||||
describe('isolated declaration', () => {
|
||||
const code = `
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
import { assert, describe, it } from 'vitest';
|
||||
|
||||
import oxc from './index.js';
|
||||
import oxc from './index';
|
||||
|
||||
describe('transform', () => {
|
||||
const code = 'export class A<T> {}';
|
||||
Loading…
Reference in a new issue