You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, client/components/socket/socket.service.js and client/components/socket/socket.mock.js are not filtered properly with a (js) filter in their file name. This bug is apparent when selecting socket.io and coffee.
The text was updated successfully, but these errors were encountered:
Changes:
- `genFiles(ops)` creates an array of expected files based on options given
- test for generated files on every set of tests
- test for unexpected files
- use testExec to be more DRY
Exposes a bug with `client/components/socket`:
`socket.service.js` and `socket.mock.js` are not filtered.
See angular-fullstack#530
As the title says,
client/components/socket/socket.service.js
andclient/components/socket/socket.mock.js
are not filtered properly with a(js)
filter in their file name. This bug is apparent when selecting socket.io and coffee.The text was updated successfully, but these errors were encountered: