diff --git a/tests/config.spec.ts b/tests/config.spec.ts index c647c83..be783ee 100644 --- a/tests/config.spec.ts +++ b/tests/config.spec.ts @@ -5,10 +5,6 @@ import config from '../src/config'; import skift from '../src/index'; -/** - * @jest-environment jsdom - */ - describe('Config', () => { it('should get default configuration', () => { expect(config).toBeDefined();