Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ constructAther
Function
constructAther
spec/aether/constructor_spec.js:21–24 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
19
});
20
return
describe(
"Custom option values"
,
function
() {
21
const
constructAther =
function
(options) {
22
let
aether;
23
return
aether =
new
Aether(options);
24
};
25
beforeEach(
function
() {
26
let
aether;
27
return
aether = null;
Callers
1
constructor_spec.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected