diff options
Diffstat (limited to 'tests/unit_node/crypto/generate_keys.mjs')
-rw-r--r-- | tests/unit_node/crypto/generate_keys.mjs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit_node/crypto/generate_keys.mjs b/tests/unit_node/crypto/generate_keys.mjs index 8646fbcd1..29d9f570f 100644 --- a/tests/unit_node/crypto/generate_keys.mjs +++ b/tests/unit_node/crypto/generate_keys.mjs @@ -1,3 +1,5 @@ +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. + import { writeFileSync } from "node:fs"; import { join } from "node:path"; import crypto from "node:crypto"; |