Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ ddt_test.addt.js
File
ddt_test.addt.js
test/data/sandbox/ddt_test.addt.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
Feature(
'ADDT'
);
2
3
Data([
'1'
,
'2'
,
'3'
]).only.Scenario(
'Should log array of strings'
, ({ current }) => {
4
console.log(`Got array item ${(current)}`);
Callers
nothing calls this directly
Calls
2
Feature
Interface · 0.85
log
Method · 0.80
Tested by
no test coverage detected