Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit a813bee

Browse files
authored
Update README.md
1 parent 9ba9cef commit a813bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ $ npm install @angular-ru/jest-utils -D
2323
Create `jest.config.js`
2424

2525
```ts
26+
const { createTsJestConfig } = require('@angular-ru/jest-utils');
2627
const path = require('path');
27-
const createTsJestConfig = require('@angular-ru/jest-utils').createTsJestConfig;
2828

2929
module.exports = createTsJestConfig({
3030
rootDir: path.resolve('.'),

0 commit comments

Comments
 (0)