Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/emberjs/ember.js
/ fastboot-sandbox-test.js
File
fastboot-sandbox-test.js
tests/node/fastboot-sandbox-test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
'fs'
);
2
const
vm = require(
'vm'
);
3
const
SimpleDOM = require(
'simple-dom'
);
4
const
{ emberPath, loadEmber, clearEmber } = require(
'./helpers/load-ember'
);
Callers
nothing calls this directly
Calls
7
buildSandboxContext
Function · 0.85
module
Method · 0.80
require
Function · 0.70
fastbootVisit
Function · 0.70
beforeEach
Method · 0.45
afterEach
Method · 0.45
test
Method · 0.45
Tested by
no test coverage detected