MCPcopy Create free account
hub / github.com/babel/babel / runTests

Method runTests

scripts/parser-tests/utils/parser-test-runner.js:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 async *runTests() {
62 for await (const test of this.getTests()) {
63 yield this.runTest(test);
64 }
65 }
66
67 runTest(test) {
68 try {

Callers 1

runMethod · 0.95

Calls 1

runTestMethod · 0.95

Tested by

no test coverage detected