MCPcopy Create free account
hub / github.com/11ty/parse-date-strings / shouldSkip

Function shouldSkip

test/utils.js:1–4  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

1export function shouldSkip(line) {
2 line = line.trim();
3 return !line || line.startsWith("//");
4}
5
6// Expected to pass
7export const VALID_TEST_CASES = `

Callers 1

parse.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected