Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 300aa4c

Browse files
author
Madeny Diawara
committed
Auto updates
1 parent a7850ed commit 300aa4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/app.test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
var request = require('supertest'),
2-
app = require('../app');
2+
app = require('../server');
33

4-
describe('homepage', function() {
5-
it('Welcome to the user', function(done) {
4+
describe('title 3D Rotating Navigation | CodyHouse', function() {
5+
it('Credit', function(done) {
66
request(app).get("/")
77
.expect(200)
8-
.expect(/Hello fine user/, done);
8+
.expect(/Credit/, done);
99
});
1010
});

0 commit comments

Comments
 (0)