MCPcopy Create free account
hub / github.com/ceifa/wasmoon / TestClass

Class TestClass

test/engine.test.js:8–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { mock } from 'node:test'
7
8class TestClass {
9 static hello() {
10 return 'world'
11 }
12
13 constructor(name) {
14 this.name = name
15 }
16
17 getName() {
18 return this.name
19 }
20}
21
22describe('Engine', () => {
23 let intervals = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected