Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jklepatch/eattheblocks
/ Todo.test.js
File
Todo.test.js
todolist/step_testing/test/Todo.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
assert = require(
'assert'
);
2
const
ganache = require(
'ganache-cli'
);
3
const
Web3 = require(
'web3'
);
4
const
web3 =
new
Web3(ganache.provider());
Callers
nothing calls this directly
Calls
3
createTask
Method · 0.80
assert
Function · 0.50
toggleDone
Method · 0.45
Tested by
no test coverage detected