From 7a814244e030f7c6286c4aba74a97965e41f1b53 Mon Sep 17 00:00:00 2001 From: marocchino Date: Mon, 29 Aug 2022 09:47:48 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20test=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tool-versions | 2 +- jest.config.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.tool-versions b/.tool-versions index f62fc07..243b5df 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 14.17.0 +nodejs 16.15.1 diff --git a/jest.config.js b/jest.config.js index 563d4cc..2daad9e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,9 +3,8 @@ module.exports = { moduleFileExtensions: ['js', 'ts'], testEnvironment: 'node', testMatch: ['**/*.test.ts'], - testRunner: 'jest-circus/runner', transform: { '^.+\\.ts$': 'ts-jest' }, verbose: true -} \ No newline at end of file +}