Skip to content

Commit

Permalink
fix: remove old test
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jul 29, 2020
1 parent f5f7d89 commit 52718ce
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/controllers.js
Expand Up @@ -551,15 +551,6 @@ describe('Controllers', function () {
});
});

it('should load stylesheet.css', function (done) {
request(nconf.get('url') + '/assets/stylesheet.css', function (err, res, body) {
assert.ifError(err);
assert.equal(res.statusCode, 200);
assert(body);
done();
});
});

it('should load client.css', function (done) {
request(nconf.get('url') + '/assets/client.css', function (err, res, body) {
assert.ifError(err);
Expand Down

0 comments on commit 52718ce

Please sign in to comment.