Skip to content

Commit

Permalink
test(deployment/javascript): update expected minified output
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown authored and rwaldron committed Jun 26, 2017
1 parent f297bb1 commit 039fb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/deployment/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ exports['deployment.js.tarBundle'] = {

const minified = this.compress.lastCall.returnValue;

test.equal(minified, 'const e=require("tessel"),{2:o,3:l}=e.led;o.on(),setInterval(()=>{o.toggle();l.toggle()},100),console.log(`I\'m blinking! (Press CTRL + C to stop)`);');
test.equal(minified, 'const e=require("tessel"),{2:o,3:l}=e.led;o.on(),setInterval(()=>{o.toggle(),l.toggle()},100),console.log(`I\'m blinking! (Press CTRL + C to stop)`);');

// Extract and inspect the bundle...
extract(bundle, (error, entries) => {
Expand Down

0 comments on commit 039fb23

Please sign in to comment.