Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 378 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 378 Bytes

This is an experimental backend.

    $ yarn # to install dependencies
    $ yarn test

To run the test suite:

The $CHROME_BIN environment variable must be set to the location of the Chrome Canary application.

e.g. in ~/.bash_profile:

export CHROME_BIN="$HOME/Documents/PROJECTS/tfjs-core-wrapper/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary"