Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pomber/code-surfer
/ action
Function
action
packs/step-parser/src/tokenizer.test.ts:18–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
it(
"throws the correct error"
, () => {
18
const
action = () => tokenize(`foo bar`.trim(),
"foolang"
);
19
expect(action).toThrowError(MissingGrammarError);
20
});
21
});
Callers
1
useState
Function · 0.85
Calls
1
tokenize
Function · 0.90
Tested by
no test coverage detected