Move setup/teardown out of tests

This commit is contained in:
Tom Byers
2019-05-21 10:56:38 +01:00
committed by Chris Hill-Scott
parent 435334ba9c
commit 0131f0c1b1
8 changed files with 18 additions and 41 deletions

View File

@@ -0,0 +1,3 @@
module.exports = {
setupFiles: ['./support/setup.js']
}