Skip to content

Commit 0ec97e9

Browse files
committed
chore: removed copyright from tests
1 parent 8b90658 commit 0ec97e9

4 files changed

Lines changed: 8 additions & 12 deletions

File tree

.claude/settings.local.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(node tests/tests.test.mjs)",
5+
"Bash(npm test:*)"
6+
]
7+
}
8+
}

tests/injection_failure/test.mjs

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
import { existsSync } from 'node:fs'
62
import { assert } from '../common/preamble.js'
73

tests/injection_failure_method_name/test.mjs

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
import { existsSync } from 'node:fs'
62
import { assert } from '../common/preamble.js'
73

tests/injection_failure_method_name_subclass/test.mjs

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
import { existsSync } from 'node:fs'
62
import { assert } from '../common/preamble.js'
73

0 commit comments

Comments
 (0)