var was_called = false; function thisShouldBeCalled() { was_called = true; } thisShouldBeCalled(); export function test() { if (!was_called) throw new Error("Expected thisShouldBeCalled to be called"); return testDone(import.meta.url); } pan='2'>cgit logo index : logger
Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.idea (unfollow)
AgeCommit message (Expand)AuthorFilesLines