diff --git a/test/support/assets/migrations/random.js b/test/support/assets/migrations/random.js new file mode 100644 index 00000000..da108292 --- /dev/null +++ b/test/support/assets/migrations/random.js @@ -0,0 +1,10 @@ +// This is a random file, designed to fail the tests. See #1113 for context + +const TableNames = { + Users: 'Users', + PublicFiles: 'PublicFiles', +}; + +module.exports = { + TableNames, +};