mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
remove done from describe
This commit is contained in:
@@ -2268,7 +2268,7 @@ describe('HTTP Request Node', function() {
|
||||
});
|
||||
});
|
||||
|
||||
describe('should parse broken headers', function(done) {
|
||||
describe('should parse broken headers', function() {
|
||||
|
||||
const versions = process.versions.node.split('.')
|
||||
|
||||
@@ -2332,8 +2332,6 @@ describe('HTTP Request Node', function() {
|
||||
|
||||
});
|
||||
});
|
||||
} else {
|
||||
done()
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user