Skip to content

Commit 3e2c308

Browse files
committed
Now building on new machine
1 parent 5a18bdd commit 3e2c308

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

test/api/API-Spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,5 +999,4 @@ describe('API tests', function() {
999999

10001000
});
10011001

1002-
10031002
});

test/helpers/db-helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212

1313
fng = new (formsAngular)(mongoose, app, { urlPrefix: "/api/" });
1414

15-
mongoose.connect("mongodb://localhost/forms-ng_test", {
15+
mongoose.connect("mongodb://localhost:27017/forms-ng_test", {
1616
keepAlive: 1,
1717
connectTimeoutMS: 30000,
1818
reconnectTries: 30,

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"sourceMap": true
1111
},
1212
"exclude": [
13-
"node_modules"
13+
"node_modules",
14+
"website",
15+
"dist"
1416
]
1517
}

0 commit comments

Comments
 (0)