Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BrainJS/brain.js
/ browser.test.js
File
browser.test.js
test/browser/browser.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* global describe, it, brain, assert */
2
describe(
'Brain.js basic browser test'
,
function
() {
3
it(
'has the brain global variable with the things we expect'
,
function
() {
4
assert(window.brain);
Callers
nothing calls this directly
Calls
3
it
Function · 0.85
train
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected