Skip to content

Commit

Permalink
Move test environment files to src/
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed Apr 1, 2019
1 parent 6857bdc commit eec4ed1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blank_project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "1.0.0",
"scripts": {
"build": "node_modules/near-shell/near build",
"test": "jest test --env=./local_test_environment.js",
"test-on-devnet": "jest test --env=./devnet_test_environment.js"
"test": "jest test --env=./src/local_test_environment.js",
"test-on-devnet": "jest test --env=./src/devnet_test_environment.js"
},
"devDependencies": {
"assemblyscript": "github:nearprotocol/assemblyscript.git",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit eec4ed1

Please sign in to comment.