diff options
Diffstat (limited to 'tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/other.js')
-rw-r--r-- | tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/other.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/other.js b/tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/other.js new file mode 100644 index 000000000..7d658310b --- /dev/null +++ b/tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/other.js @@ -0,0 +1,3 @@ +export function add(a, b) { + return a + b; +} |