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";
|
/** @type {import('jest').Config} */
|
||||||
|
const config = {
|
||||||
const config: Config = {
|
|
||||||
transform: {
|
transform: {
|
||||||
"^.+\\.(t|j)sx?$": "@swc/jest",
|
"^.+\\.(t|j)sx?$": "@swc/jest",
|
||||||
},
|
},
|
Loading…
x
Reference in New Issue
Block a user