We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ec472 commit 63180cfCopy full SHA for 63180cf
test/socket-npm.test.ts
@@ -17,7 +17,7 @@ const npmFixturesPath = path.join(testPath, 'socket-npm-fixtures')
17
for (const npmDir of ['npm8', 'npm10']) {
18
if (process.env['CI']) {
19
// Skip this test in CI.
20
- expect(true).toBe(true);
+ describe('skipme', () => it('should skip', () => expect(true).toBe(true)));
21
continue
22
}
23
const npmPath = path.join(npmFixturesPath, npmDir)
0 commit comments