jest-express:用于通过Jest测试的Mock Express

时间:2024-02-25 14:24:51
【文件属性】:

文件名称:jest-express:用于通过Jest测试的Mock Express

文件大小:36KB

文件格式:ZIP

更新时间:2024-02-25 14:24:51

testing express jest Express

笑话快车 Mock Express用于与Jest进行测试 其他 express() 如何设置要在Jest中使用的应用程序: jest . mock ( 'express' , ( ) => { return require ( 'jest-express' ) ; } ) ; express.json() 使用此API的方法: expect ( express . json ) . toHaveBeenCalledWith ( [ options ] ) ; express.static() 使用此API的方法: expect ( express . static ) .


【文件预览】:
jest-express-master
----codecov.yml(215B)
----.github()
--------FUNDING.yml(66B)
--------ISSUE_TEMPLATE()
----commitlint.config.js(65B)
----ISSUE_TEMPLATE.md(1008B)
----src()
--------request.ts(7KB)
--------router.ts(3KB)
--------express.ts(4KB)
--------index.ts(856B)
--------next.ts(263B)
--------response.ts(4KB)
--------application.ts(460B)
----.circleci()
--------config.yml(4KB)
----PULL_REQUEST_TEMPLATE.md(901B)
----.npmignore(64B)
----.codeclimate.yml(228B)
----CONTRIBUTING.md(2KB)
----tsconfig.json(460B)
----LICENSE(1KB)
----test()
--------unit()
----jest.config.js(362B)
----tslint.json(296B)
----README.md(24KB)
----.all-contributorsrc(4KB)
----.npmrc(19B)
----CODE_OF_CONDUCT.md(3KB)
----lint-staged.config.js(73B)
----.gitignore(963B)
----CHANGELOG.md(184B)
----package.json(3KB)
----.nvmrc(3B)

网友评论