Skip to content

Commit d82ee1d

Browse files
committed
chore(tests): remove license headers from new test files
1 parent 94575b9 commit d82ee1d

4 files changed

Lines changed: 0 additions & 16 deletions

File tree

tests/object_property_named_cjs/mod.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3-
* This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2025 Datadog, Inc.
4-
**/
51
'use strict'
62

73
// Named object pattern: async arrow function assigned to a property

tests/object_property_named_cjs/test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3-
* This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2025 Datadog, Inc.
4-
**/
51
'use strict'
62

73
const { conn } = require('./instrumented.js')

tests/object_property_this_cjs/mod.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3-
* This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2025 Datadog, Inc.
4-
**/
51
'use strict'
62

73
// Mimics the mariadb v2 pattern: query methods are arrow functions

tests/object_property_this_cjs/test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3-
* This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2025 Datadog, Inc.
4-
**/
51
'use strict'
62

73
const { Connection } = require('./instrumented.js')

0 commit comments

Comments
 (0)