Skip to content

Commit 89e04bb

Browse files
committed
fix: run only on none windows env
1 parent dec2ad9 commit 89e04bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

__tests__/vite/plugin.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,9 @@ describe('Vite - plugin', () => {
111111
changedFiles: ['namespace/en'],
112112
});
113113
});
114+
} else {
115+
it('should support localesDir as absolute path', () => {
116+
expect(1).toBe(1);
117+
});
114118
}
115119
});

0 commit comments

Comments
 (0)