不要怂,就是干,撸起袖子干!

Commit dc5e2609 by Sascha Depold

how to run the tests

1 parent 59cf815e
Showing with 8 additions and 2 deletions
......@@ -16,4 +16,10 @@ The Sequelize library provides easy access to a MySQL database by mapping databa
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).
Also make sure to take a look at the examples in the repository. The website will contain them soon, as well.
\ No newline at end of file
Also make sure to take a look at the examples in the repository. The website will contain them soon, as well.
## Tests ##
In order to run the tests, you need the expresso framework! When installed just run:
expresso -s test/**/*
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!