Skip to content

Commit

Permalink
style(test): space 🚓
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Jul 4, 2018
1 parent 76d522c commit 3af6ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/render/smcat.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const programASTPairs =
require("../parse/00-no-transitions.json")
.concat(require("../parse/01-transitions-only.json"))
.concat(require("../parse/03-composite.json"));
// .concat(require("../parse/04-labels.json"))
// .concat(require("../parse/04-labels.json"))

describe('#parse(convert) - happy day ASTs - ', () => {
programASTPairs.forEach((pPair) => {
Expand Down

0 comments on commit 3af6ab9

Please sign in to comment.