书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 481 个相关结果.
  • Writing tests

    Writing tests Running tests Test file paths Test structure BDD interface TDD interface Exports interface Assertions Writing tests Foxx provides out of the box support fo...
  • 应用测试

    应用测试 测试目录结构 测试命令 开始测试 Controller 测试 Service 测试 使用 Jest 应用测试 经过大量的实践,我们沉淀出了一套标准的测试工具集。 测试工具包 midway-bin 测试框架 mocha 测试断言库 assert/chai 测试模拟 midway-mock 测试目录结构 我们约定 te...
  • Creating a plugin

    Creating a Feathers Plugin Verifying our Service Expanding our Plugin Usage Testing Creating a Feathers Plugin The easiest way to create a plugin is with the Yeoman generat...
  • 《测试用例:supertest》

    《测试用例:supertest》 目标 知识点 课程内容 关于 cookie 持久化 拓展学习 《测试用例:supertest》 目标 建立一个 lesson8 项目,在其中编写代码。 app.js: 其中有个 fibonacci 接口。fibonacci 的介绍见:http://en.wikipedia.org/wiki/Fibon...
  • DIFFS

    804 2018-06-06 《mocha中文文档》
    DIFFS 如果做断言的时候抛出了AssertionErrors 的异常,且错误对象中含有err.expected 属性和err.actual 属性,mocha会在报告中展示出期望值和实际值之间的差异。
  • SYNCHRONOUS CODE

    856 2018-06-06 《mocha中文文档》
    SYNCHRONOUS CODE 当测试同步代码的时候,可以省略参数中的回调函数,Mocha会自动的测试下面的代码。 describe ( 'Array' , function () { describe ( '#indexOf()' , function () { it ( 'should re...
  • Testing with Jest

    Testing Mongoose with Jest Recommended testEnvironment Timer Mocks globalSetup and globalTeardown Further Reading Testing Mongoose with Jest Jest is a JavaScript r...
  • Testing with Jest

    Testing Mongoose with Jest Recommended testEnvironment Timer Mocks globalSetup and globalTeardown Further Reading Testing Mongoose with Jest Jest is a JavaScript run...
  • Middleware 常用 Web 框架&中间件汇总

    3074 2020-01-02 《Node.js技术栈》
    常用Web框架&中间件汇总 常用Web框架&中间件汇总 node项目启动进程守护 pm2 带有负载均衡管理的node应用进程管理工具 supervisor 全局启动监听项目变化 数据处理 exceljs 一款优秀的excel表格数据处理插件 node-xlsx spritejs 支持使用 node-canvas 在服务端跑,生成...
  • 测试

    测试 Vue CLI 提供了预配置的单元测试和 e2e 测试安装。 如果你有兴趣为 *.vue 文件手动设置单元测试,请查询 @vue/test-utils 的文档,这份文档涵盖了对 mocha-webpack 或 Jest 的设置。 原文: https://vue-loader.vuejs.org/zh/guide/testin...