Skip to content

Commit

Permalink
Moving tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joelshepherd committed May 31, 2019
1 parent 7aa2a78 commit 56061a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.json
@@ -1,5 +1,5 @@
{
"testRegex": "test/.+\\.test\\.(tsx?)$",
"testRegex": "src/.+\\.test\\.(tsx?)$",
"transform": {
"\\.tsx?$": "ts-jest"
},
Expand Down
@@ -1,4 +1,4 @@
import { getConvertedDate } from '../../src/utils';
import { getConvertedDate } from './getConvertedDate';

describe('getConvertedDate()', () => {
test('it has the correct year', () => {
Expand Down

0 comments on commit 56061a7

Please sign in to comment.