Skip to content

Commit

Permalink
test: failing test for #42
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jun 22, 2022
1 parent 458432d commit cebbc90
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures/tsconfig-paths/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import 'some-pkg';

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/fixtures/tsconfig-paths/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions tests/fixtures/tsconfig-paths/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('Should not run');
8 changes: 8 additions & 0 deletions tests/fixtures/tsconfig-paths/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["src/*"]
}
}
}

0 comments on commit cebbc90

Please sign in to comment.