Skip to content

Commit

Permalink
chore: move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardDem committed Nov 26, 2023
1 parent 3e25245 commit 8546915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { z } from 'zod';
import { zodParse } from '../src/lib';
import { zodParse } from './helpers';

describe('zodParse', () => {
it('should throw error if payload is invalid', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConfigFileLoader } from '../../../src/lib';
import { ConfigFileLoader } from './config-file-loader';
import Path from 'path';

describe('ConfigFileLoader', () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["./src/**/*.ts", "./test/**/*.ts"]
"include": ["./src/**/*.ts"]
}

0 comments on commit 8546915

Please sign in to comment.