-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test layers browser with grunt jasmine (#329)
* Set up babel and spec file * Update travis config * Update register task for babel * Update travis.yml scripts * Update node version and scripts * Write basic tests * Set up grunt copy * Add json file to fixtures and add more tests
- Loading branch information
Showing
8 changed files
with
1,871 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
language: node_js | ||
node_js: | ||
- '5' | ||
- '10' | ||
before_install: | ||
- npm install -g grunt-cli | ||
before_script: | ||
- grunt build | ||
script: grunt jasmine | ||
script: | ||
- grunt transpile | ||
- grunt jasmine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.