@@ -14,8 +14,8 @@ The Sequelize library provides easy access to a MySQL database by mapping databa
...
@@ -14,8 +14,8 @@ The Sequelize library provides easy access to a MySQL database by mapping databa
## Documentation, Examples and Updates ##
## Documentation, Examples and Updates ##
You can find the documentation and announcements of updates on the [project's website](http://www.sequelizejs.com).
You can find the documentation and announcements of updates on the [project's website](http://www.sequelizejs.com).
If you want to know about latest development and releases, follow me on [Twitter](http://twitter.com/sdepold).
If you want to know about latest development and releases, follow me on [Twitter](http://twitter.com/sdepold).
Also make sure to take a look at the examples in the repository. The website will contain them soon, as well. For a (more or less) complete overview of changes in 1.0.0. take a look at [this blogpost](http://blog.depold.com/post/5936116582/changes-in-sequelize-1-0-0).
Also make sure to take a look at the examples in the repository. The website will contain them soon, as well. For a (more or less) complete overview of changes in 1.0.0. take a look at [this blogpost](http://blog.depold.com/post/5936116582/changes-in-sequelize-1-0-0).
## Collaboration ##
## Collaboration ##
...
@@ -24,6 +24,10 @@ I'm glad to get pull request if any functionality is missing or something is bug
...
@@ -24,6 +24,10 @@ I'm glad to get pull request if any functionality is missing or something is bug
## Tests ##
## Tests ##
In order to run the tests, you need the expresso framework! When installed just run:
In order to run the tests, just do ```npm install```, which will install expresso and jasmine. I am switching from
expresso to jasmine, so please add according tests to your pull requests. This is how you start the tests:
expresso -s test/**/*
node_modules/.bin/expresso -s test/**/*
\ No newline at end of file
node_modules/.bin/jasmine-node spec/
Current build status on travis-ci: [](http://travis-ci.org/sdepold/sequelize)