lint cleanup
This commit is contained in:
parent
6306cd2797
commit
9da99afa88
@ -7,7 +7,7 @@ describe('events', () => {
|
|||||||
|
|
||||||
it('$enddefinitions', done => {
|
it('$enddefinitions', done => {
|
||||||
const inst = lib.parser();
|
const inst = lib.parser();
|
||||||
inst.on("$enddefinitions", () => {
|
inst.on('$enddefinitions', () => {
|
||||||
expect(inst.info).to.deep.eq({
|
expect(inst.info).to.deep.eq({
|
||||||
status: 'simulation',
|
status: 'simulation',
|
||||||
varId: 'u)',
|
varId: 'u)',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user