mirror of
https://github.com/knex/knex.git
synced 2025-12-28 07:29:16 +00:00
Fixing seed tests
This commit is contained in:
parent
fda570eb1e
commit
aad466bfbf
@ -12,7 +12,7 @@ module.exports = function(knex) {
|
||||
describe('knex.seed.make', function() {
|
||||
it('should create a new seed file with the make method', function () {
|
||||
return knex.seed.make('test').then(function (name) {
|
||||
expect(path.basename(name)).to.equal('test');
|
||||
expect(path.basename(name)).to.equal('test.js');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user