Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeceptjs/CodeceptJS
/ hasFile
Function
hasFile
test/data/sandbox/configs/pageObjects/pages/my_page.js:6–10 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
4
},
5
6
hasFile(arg) {
7
const
{ I } = inject();
8
I.seeFile(
'codecept.class.js'
);
9
I.seeFile(
'codecept.po.js'
);
10
},
11
12
failedMethod() {
13
const
{ I } = inject();
Callers
nothing calls this directly
Calls
2
inject
Function · 0.85
seeFile
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…