We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f1c85 commit 5d44bdcCopy full SHA for 5d44bdc
test/server/app_registrar.unit.js
@@ -5,9 +5,6 @@ var support = require('../support');
5
var path = require('path');
6
var AppRegistrar = main.server.AppRegistrar;
7
8
-var settings_path = path.join(__dirname, '..', 'support', 'data', 'fake_app_settings.js');
9
-var empty_settings_path = path.join(__dirname, '..', 'support', 'data', 'empty_app_settings.js');
10
-
11
describe("app_registrar.js", function () {
12
var server;
13
0 commit comments