mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fix: remove old test
This commit is contained in:
		| @@ -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) { | 	it('should load client.css', function (done) { | ||||||
| 		request(nconf.get('url') + '/assets/client.css', function (err, res, body) { | 		request(nconf.get('url') + '/assets/client.css', function (err, res, body) { | ||||||
| 			assert.ifError(err); | 			assert.ifError(err); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user