MCPcopy
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 */
2describe('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

itFunction · 0.85
trainMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected