We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09153e0 commit 3aa002cCopy full SHA for 3aa002c
1 file changed
tests/cli.test.js
@@ -31,12 +31,6 @@ afterEach(() => {
31
});
32
33
describe('CLI', () => {
34
- afterEach(async () => {
35
- // Fix for `Error: [vitest-worker]: Timeout calling "onTaskUpdate"`
36
- // https://github.com/vitest-dev/vitest/issues/4497#issuecomment-1887757764
37
- await new Promise(resolve => setImmediate(resolve)); // eslint-disable-line no-promise-executor-return
38
- });
39
-
40
describe('Optimization', () => {
41
describe('Lossy', () => {
42
test('SVG should be optimized', () => {
0 commit comments