We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30bfca commit 70f8e34Copy full SHA for 70f8e34
1 file changed
src/isWindows/__test__/index.test.ts
@@ -2,7 +2,6 @@ import UAParser from 'ua-parser-js';
2
3
import isWindows from '../index';
4
5
-// 模拟 UAParser
6
jest.mock('ua-parser-js');
7
8
describe('isWindows', () => {
0 commit comments