chore: migrate jest config to esm
This commit is contained in:
parent
7a70ed28c3
commit
55229776c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
/** @type {import('ts-jest').JestConfigurationWithTsJest} **/
|
/** @type {import('ts-jest').JestConfigurationWithTsJest} **/
|
||||||
module.exports = {
|
export default {
|
||||||
testEnvironment: "node",
|
testEnvironment: "node",
|
||||||
transform: {
|
transform: {
|
||||||
"^.+.tsx?$": [
|
"^.+.tsx?$": [
|
||||||
Loading…
Add table
Add a link
Reference in a new issue