mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
modify test files
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
This commit is contained in:
parent
ddb9b31a09
commit
fb5e4400a1
9
test/fixtures/typescript/analysis/foo.ts
vendored
9
test/fixtures/typescript/analysis/foo.ts
vendored
@ -1,10 +1,5 @@
|
||||
export { baz } from "./a"
|
||||
export { foo }
|
||||
|
||||
function bar() {
|
||||
return "this is the bar function";
|
||||
}
|
||||
|
||||
function foo() {
|
||||
return "this is the foo function";
|
||||
}
|
||||
|
||||
export { foo, bar }
|
||||
|
3
test/fixtures/typescript/analysis/main4.ts
vendored
Normal file
3
test/fixtures/typescript/analysis/main4.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import { foo } from "./foo"
|
||||
|
||||
foo()
|
Loading…
Reference in New Issue
Block a user