Skip to content

Commit

Permalink
Move existing re-exports test
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Sep 4, 2023
1 parent 908ddb5 commit 36214cb
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fixtures/re-exports",
"name": "@fixtures/re-exports-with-decorator",
"knip": {
"entry": [
"entry.ts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { resolve } from '../src/util/path.js';
import baseArguments from './helpers/baseArguments.js';
import baseCounters from './helpers/baseCounters.js';

const cwd = resolve('fixtures/re-exports');
const cwd = resolve('fixtures/re-exports-with-decorator');

test('Ignore re-exports from entry files', async () => {
const { counters } = await main({
Expand Down

0 comments on commit 36214cb

Please sign in to comment.