dennisreimann / uiengine

Workbench for UI-driven development
https://uiengine.uix.space/
MIT License
366 stars 25 forks source link

Added missing comma to default config file #13

Closed naltatis closed 6 years ago

naltatis commented 6 years ago

I've generated a new project according to the readme, but the uiengine.config.js misses a comma.

$ uiengine component button
🚨  creating the component button failed!

Error: Could not read UIengine configuration:

Unexpected identifier
    at Object.read (/.../node_modules/@uiengine/core/lib/configuration.js:63:11)
    at <anonymous>
coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 91.124% when pulling 11b783c9d16f9bd0b0bff0dc584d447477ba1360 on naltatis:patch-1 into 4389bc91795f9be86adfcf4898310b3c9ee33279 on dennisreimann:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 91.124% when pulling 11b783c9d16f9bd0b0bff0dc584d447477ba1360 on naltatis:patch-1 into 4389bc91795f9be86adfcf4898310b3c9ee33279 on dennisreimann:master.

dennisreimann commented 6 years ago

Thanks! Looks like I should add an integration test for the setup part 😀