Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ seeNum
Method
seeNum
test/data/sandbox/support/bdd_helper.js:26–28 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
24
}
25
26
seeNum(num) {
27
assert.equal(num, this.num)
28
}
29
30
seeSum(sum) {
31
assert.equal(sum, this.sum)
Callers
1
my_steps.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected