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:
@@ -2,9 +2,9 @@
|
||||
|
||||
// Roles are not accessible without the master key, so they are not intended
|
||||
// for use by clients. We can manually test them using the master key.
|
||||
const RestQuery = require("../src/RestQuery");
|
||||
const Auth = require("../src/Auth").Auth;
|
||||
const Config = require("../src/Config");
|
||||
const RestQuery = require("../lib/RestQuery");
|
||||
const Auth = require("../lib/Auth").Auth;
|
||||
const Config = require("../lib/Config");
|
||||
|
||||
describe('Parse Role testing', () => {
|
||||
it('Do a bunch of basic role testing', done => {
|
||||
|
||||
Reference in New Issue
Block a user