Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpack/mini-css-extract-plugin
/ testFn
Function
testFn
test/stringifyLocal.test.js:11–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
it(
"arrow function"
,
async
() => {
11
const
testFn = () =>
"classA"
;
12
13
expect(stringifyLocal(testFn)).toBe(
'() => "classA"'
);
14
});
Callers
1
runInJsDom
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…