aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-04-25 18:08:00 +0000
committerLibravatar GitHub <noreply@github.com>2020-04-25 18:08:00 +0000
commit0b03c3818101d768d9dc0760d5d2b61fa02256d2 (patch)
tree4b45991ccedbe223f4d5f648eb48804c3acbc7d3 /jest.config.js
parentEnable Dark Reader settings to follow the accent color (#646) (diff)
downloadferdium-app-0b03c3818101d768d9dc0760d5d2b61fa02256d2.tar.gz
ferdium-app-0b03c3818101d768d9dc0760d5d2b61fa02256d2.tar.zst
ferdium-app-0b03c3818101d768d9dc0760d5d2b61fa02256d2.zip
Enhance Travis CI/AppVeyor configuration (#641)
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
index 8c9b59cf5..cca24440f 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,3 +1,8 @@
1module.exports = { 1module.exports = {
2 roots: ['src'], 2 roots: ['src'],
3 testPathIgnorePatterns: [
4 'node_modules/',
5 'recipes/',
6 'src/internal-server',
7 ]
3}; 8};