mirror of
https://github.com/zoriya/flood.git
synced 2026-05-30 18:10:09 +00:00
Add TravisCI config and make tests pass
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
console.log('There are no tests yet.');
|
||||
process.exit(0);
|
||||
|
||||
// Do this as the first thing so that any code reading it knows the right env.
|
||||
process.env.BABEL_ENV = 'test';
|
||||
process.env.NODE_ENV = 'test';
|
||||
|
||||
Reference in New Issue
Block a user