Skip to content

Commit

Permalink
chore: remove duplicate jsdom jest env
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkifer committed May 20, 2024
1 parent 25be53b commit 5ed2383
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5ed2383

Please sign in to comment.