wc-catalogue / blaze-elements

Web Component Blaze Elements
https://wc-catalogue.github.io/blaze-elements/
MIT License
10 stars 4 forks source link

test for whole blaze-elements suite doesn't work #181

Closed Hotell closed 7 years ago

Hotell commented 7 years ago

I'm submitting a ... (check one with "x")

[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => You can submit support request here, but we preffer to chat about it realtime at our [ngParty slack](https://ngparty.herokuapp.com/)

Current behavior

This behaviour started after https://github.com/wc-catalogue/blaze-elements/pull/153 I have no idea why travis allowed to merge this when tests are erorring.

Expected behavior

yarn test should work

This is a high priority !

Looks like skate is not included

Uncaught ReferenceError: skatejs is not defined
Hotell commented 7 years ago

LOL so the issue was that my alert had dist folder inside it and it broke whole test suite.

We should clean up all those things before every task run ( test, build ,start )

Hotell commented 7 years ago

Closed by https://github.com/wc-catalogue/blaze-elements/issues/183