Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/configCases/plugins/min-chunk-size/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
it(
"should combine two chunk if too small"
, done => {
2
// b should not yet available
3
var
bf = __webpack_modules__[require.resolveWeak(
"./b"
)];
4
expect((typeof bf)).toBe(
"undefined"
);
Callers
nothing calls this directly
Calls
2
resolveWeak
Method · 0.80
it
Function · 0.50
Tested by
no test coverage detected