• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • 前端自動化測試解決方案探析(2)

    發表于:2016-11-23來源:ouven作者:ouven點擊數: 標簽:前端
    $ npm install mocha$ mkdir test$ $EDITOR test/test.js # or open with your favorite editor 測試用例: var assert = require ( assert ); describe ( Array , function () { describe ( #indexOf() , func

    $ npm install mocha
    $ mkdir test
    $ $EDITOR test/test.js # or open with your favorite editor
    

      測試用例:

    var assert = require('assert');
    describe('Array', function() {
      describe('#indexOf()', function() {
        it('should return -1 when the value is not present', function() {
          assert.equal(-1, [1,2,3].indexOf(4));
        });
      });
    });
    

    原文轉自:http://jixianqianduan.com/frontend-javascript/2016/11/22/front-end-auto-test.html

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>