mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-31 03:02:05 +08:00
fixed dashboard asset test
This commit is contained in:
@@ -16,7 +16,7 @@ describe("Dashboard", function() {
|
||||
});
|
||||
|
||||
it('should return a static asset from a folder', function(done) {
|
||||
dashboard.use('/js/app.js').get(function(err, result) {
|
||||
dashboard.use('/stylesheets/style.css').get(function(err, result) {
|
||||
expect(result).to.exist;
|
||||
done(err);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user