MCPcopy Index your code
hub / github.com/webpack/webpack-dev-server / skipTestOnWindows

Function skipTestOnWindows

test/helpers/conditional-test.js:9–15  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

7 * @returns {boolean} true when it is windows, otherwise false
8 */
9export function skipTestOnWindows(reason) {
10 if (isWindows) {
11 test.skip(reason, () => {});
12 }
13
14 return isWindows;
15}

Callers 1

server.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…