test: jest config file can be js
This commit is contained in:
parent
33a312d21c
commit
396fb81813
@ -1,6 +1,5 @@
|
||||
import type { Config } from "jest";
|
||||
|
||||
const config: Config = {
|
||||
/** @type {import('jest').Config} */
|
||||
const config = {
|
||||
transform: {
|
||||
"^.+\\.(t|j)sx?$": "@swc/jest",
|
||||
},
|
Loading…
x
Reference in New Issue
Block a user