[hotfix] Ignore type checking for edge
[platform/framework/web/wrtjs.git] / device_home / node_modules / jake / test / integration / publish_task.js
1 let assert=require("assert"),exec=require("child_process").execSync;suite("publishTask",(function(){this.timeout(7e3),test("default task",(function(){let e=exec("./node_modules/.bin/jake  -q publish").toString().trim(),t=["Fetched remote tags.","On branch v0.0","Bumped version number to v0.0.2.","Created package for zerb v0.0.2","Publishing zerb v0.0.2","./pkg/zerb-v0.0.2.tar.gz","BOOM! Published.","Cleaned up package"].join("\n");assert.equal(t,e)}))}));