Skip to content

Commit

Permalink
chore: revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Nov 8, 2021
1 parent 2f2ef13 commit 4d7d376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion modules/store/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"esModuleInterop": true,
"types": ["jest", "node"]
},
"files": ["test-setup.ts"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('BooksReducer', () => {
describe('undefined action', () => {
it('should return the default state', () => {
const result = reducer(undefined, {} as any);
console.log(result);

expect(result).toMatchSnapshot();
});
});
Expand Down

0 comments on commit 4d7d376

Please sign in to comment.