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 41e8ddf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions modules/store/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ module.exports = {
},
transform: { '^.+\\.(ts|js|mjs|html)$': 'jest-preset-angular' },
transformIgnorePatterns: ['node_modules/(?!@angular|tslib)'],
moduleNameMapper: {
'tslib': '<rootDir>../../node_modules/tslib/tslib.es6.js'
},
moduleNameMapper: {
'tslib': '<rootDir>../../node_modules/tslib/tslib.es6.js'
}
Expand Down
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 41e8ddf

Please sign in to comment.