Skip to content

Commit

Permalink
Fix file casing mismatch in test scripts for NoSqlProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
berickson1 committed Jan 11, 2016
1 parent e0f03f3 commit a467efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A cross-browser/platform indexeddb-like client library",
"author": "David de Regt <[email protected]>",
"scripts": {
"test": "mocha dist/tests/nosqlprovidertests.js"
"test": "mocha dist/tests/NoSqlProviderTests.js"
},
"main": "dist/nosqlprovider.js",
"dependencies": {
Expand All @@ -31,4 +31,4 @@
"browser"
],
"license": "MIT"
}
}

0 comments on commit a467efd

Please sign in to comment.