From e46099ac744919c927909f741d9b5870abab5a58 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 30 Dec 2021 12:07:19 +0100 Subject: build: Only use vite typings in renderer The rest of the packages aren't buld with vite, so we shouldn't use its typings. --- jest.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'jest.config.js') diff --git a/jest.config.js b/jest.config.js index d0ba361..eda029a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -18,7 +18,6 @@ module.exports = { testEnvironment: 'node', testPathIgnorePatterns: [ '/dist/', - '/dist-types', '/node_modules/', ], }; -- cgit v1.2.3-54-g00ecf