Skip to content

Commit

Permalink
get coverage back
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Oct 27, 2017
1 parent c628ae0 commit ef6a3e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/js/tests/compile.js
Expand Up @@ -60,6 +60,12 @@ describe('error catchery', async _parse_it => {
} ));
});

describe('unnamed state_declaration', async it => {
it('throws', t => t.throws( () => {
jssm.compile( [{"key":"state_declaration"}] );
} ));
});

});

// stochable

0 comments on commit ef6a3e0

Please sign in to comment.