MCPcopy 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.jsFile · 0.80
my_steps.nl.jsFile · 0.80
my_other_steps.jsFile · 0.80
my_steps.de.jsFile · 0.80
my_steps.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected