UNPKG

backdraft

Version:

API starter kit for rapid response development. Based on Express.

13 lines (9 loc) 279 B
// Test Library var tester = require('./test.lib.js'); tester.config.uri = 'http://127.0.0.1:3001'; // Test Files var testAuthentication = require('./authentication.test.js'); // Tests to Execute suite('Authentication', function () { testAuthentication.run(tester); });