Removed the bloody comment of fixtures

This commit is contained in:
Theodor Diaconu 2018-03-30 06:20:57 +03:00
parent 977b2950e0
commit 31bdc140f5

View file

@ -68,7 +68,7 @@ Package.onTest(function(api) {
api.addFiles('lib/query/testing/bootstrap/index.js');
// When you play with tests you should comment this to make tests go faster.
// api.addFiles('lib/query/testing/bootstrap/fixtures.js', 'server');
api.addFiles('lib/query/testing/bootstrap/fixtures.js', 'server');
api.addFiles('lib/query/testing/server.test.js', 'server');
api.addFiles('lib/query/testing/client.test.js', 'client');