Skip to content

Commit

Permalink
Move migration tests to integration2
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Oct 24, 2021
1 parent 33cea90 commit ac5a619
Show file tree
Hide file tree
Showing 38 changed files with 1,248 additions and 1,220 deletions.
1,218 changes: 0 additions & 1,218 deletions test/integration/migrate/migration-integration-tests.js

This file was deleted.

2 changes: 0 additions & 2 deletions test/integration/suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ module.exports = function (knex) {
});
}

require('./migrate/migration-integration-tests')(knex);

require('./seed')(knex);
require('./query/aggregate')(knex);
require('./execution/transaction')(knex);
Expand Down

0 comments on commit ac5a619

Please sign in to comment.