Skip to content

Commit d2f6bcf

Browse files
authored
test.issue3179: fix: allow test to run in browsers (#8769)
Introduced in e6b8c93, use of require() silently fails tests in browser environments. Also `should` is already declared as a global.
1 parent 6c5aa2b commit d2f6bcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/test.issue3179.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use strict';
22

3-
const should = require("chai").should();
4-
53
var adapters = [
64
['http', 'http'],
75
['http', 'local'],

0 commit comments

Comments
 (0)