From 0925a5a821b9f6ef459e83137c3efc4fcd3ae70c Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 7 Mar 2021 10:00:52 +1300 Subject: [PATCH] build: ignore test fixtures --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index 9da6d0228..35692b174 100644 --- a/babel.config.js +++ b/babel.config.js @@ -7,4 +7,5 @@ module.exports = { '@babel/preset-typescript', ['@babel/preset-env', { targets: { node: 10 } }], ], + ignore: ['src/**/__tests__/fixtures/**'], };