Skip to content

Commit 6a06611

Browse files
committed
Finished integration tests.
1 parent 989e256 commit 6a06611

File tree

16 files changed

+1428
-1248
lines changed

16 files changed

+1428
-1248
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = function (grunt) {
7373
// TODO: There's got to be a better way to consume observe-js without it polluting the global space
7474
options: {
7575
alias: [
76-
'node_modules/observe-js/src/observe.js:observejs',
76+
'lib/observe-js.js:observejs',
7777
'src/datastore/services/index.js:services',
7878
'src/errors/index.js:errors',
7979
'src/utils/index.js:utils'

0 commit comments

Comments
 (0)