From fc2c8b50ddbe5dead0c68cfb470e66c6adaee05b Mon Sep 17 00:00:00 2001 From: kibigo! Date: Fri, 17 Nov 2017 19:25:06 -0800 Subject: Removed glitch tests --- jest.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'jest.config.js') diff --git a/jest.config.js b/jest.config.js index 50bde57e6..dc61b9a9d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -9,6 +9,7 @@ module.exports = { '/log/', '/public/', '/tmp/', + '/app/javascript/themes/', ], setupFiles: [ 'raf/polyfill', -- cgit