geddy / model

Datastore-agnostic ORM in JavaScript
265 stars 55 forks source link

Cannot run tests with windows! #131

Closed akanieski closed 10 years ago

akanieski commented 10 years ago

When I clone mde/model then npm install and then run jake test[memory] or jake test[filesystem] I get the follow error message:

*** Running test/integration/adapters/memory/index.js ***
test create adapter
test first via string id (Memory)
test first via id in query object (Memory)
test all via id in query object (Memory)
test all via list of ids in query object (Memory)
jake aborted.
SyntaxError: Unexpected token (
    at Object.Function (<anonymous>)
    at utils.mixin.transformSortOrder (F:\git\model\lib\adapters\transformers\mr.js:100:12)
(See full trace by running task with --trace)
mde commented 10 years ago

Pushed to NPM, v0.4.11.

akanieski commented 10 years ago

Lookin good!