Skip to content

Commit

Permalink
remove strict
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 23, 2024
1 parent e20596d commit 4bff9b4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion test/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
'use strict'

const assert = require('assert')

Expand Down
1 change: 0 additions & 1 deletion test/history.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
'use strict'

const assert = require('assert')
const path = require('path')
Expand Down
1 change: 0 additions & 1 deletion test/inheritance.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
'use strict'

const assert = require('assert')

Expand Down
1 change: 0 additions & 1 deletion test/limit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
'use strict'

const assert = require('assert')
const path = require('path')
Expand Down
1 change: 0 additions & 1 deletion test/outbound.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
'use strict'

const assert = require('assert')

Expand Down
1 change: 0 additions & 1 deletion test/rate_limit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
'use strict'

const assert = require('assert')
const path = require('path')
Expand Down

0 comments on commit 4bff9b4

Please sign in to comment.