From 1a232999aed9204cffe9385d724c85aeb9f8afc9 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 29 Apr 2021 11:30:18 +1000 Subject: [PATCH] Remove unused file --- jest.config.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 jest.config.js diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index a0a375cec9..0000000000 --- a/jest.config.js +++ /dev/null @@ -1,9 +0,0 @@ -const {defaults} = require('jest-config'); -module.exports = { - testEnvironment: 'node', - moduleFileExtensions: [...defaults.moduleFileExtensions, 'd.ts'], - testTimeout: 10_000, - roots: [ - '/build/main' // testing javascript output due to type issues with protobuf. TODO: try out ts-proto - ] -};