Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ addItem
Method
addItem
test/data/sandbox/support/bdd_helper.js:21–24 ·
view source on GitHub ↗
(price)
Source
from the content-addressed store, hash-verified
19
}
20
21
addItem(price) {
22
this.num++
23
this.sum += price
24
}
25
26
seeNum(num) {
27
assert.equal(num, this.num)
Callers
5
my_steps.de.js
File · 0.80
my_steps.nl.js
File · 0.80
my_other_steps.js
File · 0.80
my_steps.de.js
File · 0.80
my_steps.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected