testing-javascript
Notes and annotations from Kent C. Dodds' Testing Javascript course: https://testingjavascript.com
파일 탐색기
최종 버전 다운로드 (.zip)- 01-throw-an-error.js
- 02-abstract-assertions.js
- 03-encapsulate-and-isolate-tests.js
- 04-support-async-tests.js
- 05-provide-testing-helpers-as-globals.js
- 06-verify-custom-js-tests-with-jest.test.js
- math.js
- README.md
- setup-globals.js
- example.js
- flow-example.js
- .eslintrc
- .flowconfig
- package-lock.json
- package.json
- README.md
- utils.js
- utils.js
- thumb-war.js
- utils.js
- 01-override-object-props-to-mock-with-monkey-patching.no-framework.js
- 01-override-object-props-to-mock-with-monkey-patching.test.js
- 02-ensure-functions-are-called-correctly-with-javascript-mocks.no-framework.js
- 02-ensure-functions-are-called-correctly-with-javascript-mocks.test.js
- 03-restore-original-implementation-of-a-mocked-function.no-framework.js
- 03-restore-original-implementation-of-a-mocked-function.test.js
- 04-mock-a-js-module-in-a-test.no-framework.js
- 04-mock-a-js-module-in-a-test.test.js
- 05-make-a-shared-mock-module.no-framework.js
- 05-make-a-shared-mock-module.test.js
- package-lock.json
- package.json
- README.md
- 06.test.js.snap
- 07.test.js.snap
- app.js
- auto-scaling-text.js
- auto-scaling-text.module.css
- calculator-display.js
- calculator.js
- calculator.module.css
- super-heros.js
- themes.js
- utils.js
- jest.client.js
- jest.common.js
- jest.lint.js
- jest.server.js
- setup-tests.js
- style-mock.js
- .babelrc.js
- .gitignore
- 01.test.js
- 02.test.js
- 03.test.js
- 04.test.js
- 05.test.js
- 06.test.js
- 07.test.js
- 08.test.js
- 09.test.js
- 10.test.js
- 20.test.server.js
- jest.config.js
- lint-staged.config.js
- package-lock.json
- package.json
- README.md
- calculator.js
- login.js
- register.js
- example.json
- index.js
- commands.js
- generate.js
- index.js
- utils.coverage.js
- index.html
- index.js
- index.js
- .npmrc
- index.js
- jest.config.js
- package-lock.json
- package.json
- README.md
- index.js
- calculator.js
- KFOkCnqEu92Fr1MmgVxEIzIXKMnyrYk.woff2
- KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2
- KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2
- KFOkCnqEu92Fr1MmgVxHIzIXKMnyrYk.woff2
- KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2
- KFOkCnqEu92Fr1MmgVxLIzIXKMnyrYk.woff2
- KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2
- calculator-display.js.snap
- auto-scaling-text.js
- calculator-display.js
- utils.js
- auto-scaling-text.js
- auto-scaling-text.module.css
- calculator-display.js
- utils.js
- app.js
- calculator.js
- calculator.module.css
- global.css
- index.js
- load-user.js
- login-form.js
- react-devtools.js
- themes.js
- calculator-test-utils.js
- jest-common.js
- jest.client.js
- jest.lint.js
- jest.server.js
- setup-tests.js
- style-mock.js
- .babelrc.js
- .eslintignore
- .eslintrc.js
- .gitignore
- .npmrc
- .prettierignore
- .prettierrc
- .travis.yml
- cypress.json
- jest.config.js
- lint-staged.config.js
- package-lock.json
- package.json
- README.md
- webpack.config.js
- countdown.test.js
- error-boundary.test.js
- favorite-number.test.js
- form.test.js
- greeting-loader-mock-01.js
- greeting-loader-mock-02.js
- hidden-message.test.js
- main-01.test.js
- main-02.test.js
- modal.test.js
- post-editor-01-markup.test.js
- post-editor-02-markup.test.js
- post-editor-03-markup.test.js
- post-editor-04-markup.test.js
- post-editor-05-markup.test.js
- post-editor-06-markup.test.js
- post-editor-07-markup.test.js
- post-editor-08-markup.test.js
- redux-app-01.test.js
- redux-app-02.test.js
- redux-app-03.test.js
- toggle.test.js
- api.js
- countdown.js
- error-boundary.js
- favorite-number.js
- form.js
- greeting-loader-01-mocking.js
- greeting-loader-02-mocking.js
- hidden-message.js
- main-01.js
- main-02.js
- modal.js
- post-editor-01-markup.js
- post-editor-02-markup.js
- post-editor-03-markup.js
- post-editor-04-markup.js
- post-editor-05-markup.js
- post-editor-06-markup.js
- post-editor-07-markup.js
- post-editor-08-markup.js
- redux-app.js
- toggle.js
- .babelrc.js
- jest.config.js
- package-lock.json
- package.json
- README.md
- fire-event-async.js
- from-html.test.js
- hyperapp.test.js
- jquery.test.js
- mithril.test.js
- preact.test.js
- react.test.js
- svelte.test.js
- vue.test.js
- from-html.js
- hyperapp.js
- jquery.js
- mithril.js
- preact.js
- react.js
- svelte.js
- vue.js
- .babelrc.js
- jest.config.js
- package-lock.json
- package.json
- README.md
- .eslintrc.js
- .gitignore
- .travis.yml
- jest.config.js
- lint-staged.config.js
- package-lock.json
- package.json
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
