为了账号安全,请及时绑定邮箱和手机立即绑定

进行摩卡测试?

进行摩卡测试?

牛魔王的故事 2023-10-14 19:23:19
我有一个基本测试,只是比较 2 个数字,但我无法让它运行。谁能向我解释为什么以及如何解决这个问题?杰森{  "scripts": {  "test": "mocha test/**/*.js"},  "name": "image-gallery",  "version": "1.0.0",  "description": "",  "main": "script-test.js",  "directories": {    "test": "script-test.js"  },   "author": "",  "license": "ISC"}测试.jsconst assert = require('assert');describe('number test', function() {    it('matching numbers', function() {      assert.ok(2 === 2);    });  });
查看完整描述

1 回答

?
慕后森

TA贡献1802条经验 获得超5个赞

你是通过在项目目录中运行它来安装摩卡的吗?

npm install --save-dev mocha


查看完整回答
反对 回复 2023-10-14
  • 1 回答
  • 0 关注
  • 50 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信