jfkz / cube-tensor-flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorFlow.js - Rubic's cube training

Available Scripts

  • run:watch - run under supervisor with ts-node,
  • clean - remove coverage data, Jest cache and transpiled files,
  • build - transpile TypeScript to ES6,
  • build:watch - interactive watch mode to automatically transpile source files,
  • lint - lint source files and tests,
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests

Additional Informations

Writing tests in JavaScript

Writing unit tests in TypeScript can sometimes be troublesome and confusing. Especially when mocking dependencies and using spies.

This is optional, but if you want to learn how to write JavaScript tests for TypeScript modules, read the [corresponding wiki page][wiki-js-tests].

Backers & Sponsors

You can be here =)

License

Licensed under the APLv2. See the LICENSE file for details.

About

License:Apache License 2.0


Languages

Language:TypeScript 96.2%Language:JavaScript 3.8%