Move tests into test folder

This commit is contained in:
Nathan Shively-Sanders 2017-03-30 12:22:49 -07:00
parent deed8459fa
commit 7fd19dab3b
3 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
},
"files": [
"index.d.ts",
"braintree-web-tests.ts",
"braintree-node-tests.ts"
"test/web.ts",
"test/node.ts"
]
}