summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npm_pkg_depend_dep_same_name/index.ts
blob: 6d0d71ad2c7070623b08593bf40d8259738d5fa5 (plain)
1
2
3
4
// this should resolve to the remote package and not itself
import { add } from "@denotest/add";

console.log(add(1, 2));