Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
function
shouldSkip(line) {
2
line = line.trim();
3
return
!line || line.startsWith(
"//"
);
4
}
5
6
// Expected to pass
7
export
const
VALID_TEST_CASES = `
Callers
1
parse.test.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected