Skip to content

Commit d8ee6ed

Browse files
committed
chore(config): Update config before tests
1 parent d9a26b9 commit d8ee6ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/config.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ describe('Editable configuration', function () {
3535
describe('globalConfig()', function () {
3636
const originalConfig = cloneDeep(config)
3737

38+
beforeAll(function () {
39+
Editable.globalConfig(originalConfig)
40+
})
41+
3842
afterEach(function () {
3943
Editable.globalConfig(originalConfig)
4044
})

0 commit comments

Comments
 (0)