You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('should exit with error when soy finishes with error',function(done){console.log('running test');runMetal(['soy','-s','test/fixtures/src/**/CompileError.soy','-d','test/fixtures/src']).on('close',function(code){assert.strictEqual(1,code);done();});})
Add the following file:
`test/fixtures/src/compileError.soy
And the following test:
This might be caused by metal/metal-tools-soy#7
The text was updated successfully, but these errors were encountered: