Removes need to use babel-register (#4865)
* Removes need to use babel-register - Adds watch to watch changes when running the test to regenerate - Tests are now pure node 8 * Adds timing to helper.js * Update contribution guide * Adds inline sourcemaps generation to restore coverage * nits
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// This is a port of the test suite:
|
||||
// hungry/js/test/parse_acl_test.js
|
||||
const rest = require('../src/rest');
|
||||
const Config = require('../src/Config');
|
||||
const auth = require('../src/Auth');
|
||||
const rest = require('../lib/rest');
|
||||
const Config = require('../lib/Config');
|
||||
const auth = require('../lib/Auth');
|
||||
|
||||
describe('Parse.ACL', () => {
|
||||
it("acl must be valid", (done) => {
|
||||
|
||||
Reference in New Issue
Block a user