Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
refector: Test module names
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoreis committed Dec 12, 2022
1 parent d7e284b commit e5cbd3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion import-map.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imports": {
"test": "./test-modules/module-1.tsx"
"test": "./test-modules/1.tsx"
}
}
2 changes: 1 addition & 1 deletion test-modules/module-1.tsx → test-modules/1.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import './module-2.ts'
import './2.ts'

function t(...args: unknown[]) {
console.log(args)
Expand Down
File renamed without changes.

0 comments on commit e5cbd3c

Please sign in to comment.