Skip to content

Commit

Permalink
Converted all tests to typescript (#204)
Browse files Browse the repository at this point in the history
* first cut with no lint on test code

* linted!

* fixed tests, reorg scripts

* removed eslint and babel

* more babel gone

* fix travis build

* documentation

* travis fix

* created EventFetcherFilterObject

* update package-lock.json
  • Loading branch information
dkent600 authored Apr 21, 2018
1 parent 7c2f581 commit 947fdaa
Show file tree
Hide file tree
Showing 47 changed files with 1,730 additions and 1,184 deletions.
17 changes: 0 additions & 17 deletions .babelrc

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

56 changes: 0 additions & 56 deletions .eslintrc.json

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ganacheDb.zip
migrated_contracts/
*.sublime-project
yarn.lock
test-dist/
test-build/
site/
docs/api/
migrations/founders.kovan.json
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ before_install:

install:
- npm install
- nohup npm start test.ganache.run &
- nohup npm start ganache &
- npm start migrateContracts.fetchFromArc
- npm start migrateContracts

script:
- npm start lint
- npm start test.automated
- npm start test

notifications:
slack: daostack:fGuaFPsiQiV5mgmzRcSzbYqw
Loading

0 comments on commit 947fdaa

Please sign in to comment.