Skip to content

Commit 33ff656

Browse files
committed
test(NODE-7280): do not modify original "use strict;" usage
1 parent 4ee2499 commit 33ff656

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

test/integration/node-specific/examples/transactions.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const { MongoClient } = require('mongodb');
24

35
// Yes, we are shadowing a global here but we are not actually ever printing anything in this file

test/integration/node-specific/examples/versioned_api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use strict';
12
const { MongoClient } = require('mongodb');
23

34
describe('examples.versionedApi:', function () {

0 commit comments

Comments
 (0)