Logo
Explore Help
Register Sign In
yujunjun/knex
1
0
Fork 0
You've already forked knex
mirror of https://github.com/knex/knex.git synced 2025-12-01 09:27:44 +00:00
Code Issues Packages Projects Releases Wiki Activity
knex/test/jake-util/knexfile/knexfile.js

13 lines
250 B
JavaScript
Raw Normal View History

Fix knexfile resolution. Add missing test (#2923) * Fix knexfile resolution. Add missing test * Try fixing Jake test execution * Avoid having non-test files in jake folder * Fix test compatibility with Node 6 * Fix the fix
2018-11-22 10:19:06 +01:00
module.exports = {
client: 'sqlite3',
connection: {
filename: __dirname + '/../test.sqlite3',
},
migrations: {
directory: __dirname + '/../knexfile_migrations',
},
Fix some issues around seed and migration generation (#3479)
2019-10-13 16:49:53 +05:30
seeds: {
directory: __dirname + '/../knexfile_seeds',
Prepare 0.20.0 release
2019-10-25 20:17:26 +02:00
},
Fix knexfile resolution. Add missing test (#2923) * Fix knexfile resolution. Add missing test * Try fixing Jake test execution * Avoid having non-test files in jake folder * Fix test compatibility with Node 6 * Fix the fix
2018-11-22 10:19:06 +01:00
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 2753ms Template: 28ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API