Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/cases/chunks/nested-in-empty/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
it(
"should include a chunk nested in an empty chunk"
, (done) => {
2
require.ensure([
"./a"
], () => {
3
require.ensure([], () => {
4
require.ensure([
"./a"
], () => {
Callers
nothing calls this directly
Calls
3
ensure
Method · 0.80
it
Function · 0.50
require
Function · 0.50
Tested by
no test coverage detected