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

Commit 4afdcc02 by Daniel Durante

Language will now revert back to english after all of the tests.

1 parent 15594d15
Showing with 5 additions and 0 deletions
......@@ -6,6 +6,11 @@ var chai = require('chai')
chai.Assertion.includeStack = true
describe(Support.getTestDialectTeaser("Language Util"), function() {
after(function(done) {
this.sequelize.options.language = 'en'
done()
})
describe("Plural", function(){
before(function(done) {
this.sequelize.options.language = 'es'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!