Skip to content

Commit ca63555

Browse files
committed
committed too quickly...
1 parent 532ca57 commit ca63555

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Server.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe("Server", function() {
8787
});
8888
});
8989

90-
describe.only("server side render", function() {
90+
describe("server side render", function() {
9191
var locals;
9292
before(function(done) {
9393
app = express();
@@ -105,7 +105,6 @@ describe("Server", function() {
105105
after(close);
106106

107107
it("request to bundle file", function(done) {
108-
this.timeout(5000);
109108
request(app).get("/bundle.js")
110109
.expect(200, function() {
111110
// TODO: I would expect `locals` to be set here.

0 commit comments

Comments
 (0)