Skip to content

Commit

Permalink
test ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
genouf committed Oct 11, 2023
1 parent 002ce51 commit 678abc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-database.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var dbConfig = require(path.join(__dirname, '/sqliteTestConfig.js')).test
*/

// Array containing the filenames of the migrations files without extensions, sorted chronologically.
const migrationFiles = fs
let migrationFiles = fs
.readdirSync('./migrations/')
.sort()
.map((f) => path.basename(f, '.js'))
Expand Down

0 comments on commit 678abc7

Please sign in to comment.