socketsupply / create-socket-app

Create Socket App, is like Create React App but helps you build native apps for mobile and desktop with Svelte, Reactjs, Vuejs and others!
133 stars 14 forks source link

`npm test` #39

Closed nichoth closed 1 year ago

nichoth commented 1 year ago

The command npm test hangs indefinitely. This is after npx create-socket-app tonic.

image
lamiazar commented 1 year ago

I was able to reproduce this issue, npx create-socket-app tonic works but then it hangs when running npm test.

nichoth commented 1 year ago

This is relevant to the current version of ssc when installed locally.

  "dependencies": {
    "@socketsupply/socket": "^0.3.3",

The tests do work if I use the globally installed ssc version, which is 0.3.0 (20f3364d)

lamiazar commented 1 year ago

@nichoth I tested the npm test command, the process doesn't hang like before for me and also it opens the testing-dev app

lamiazar commented 1 year ago

@nichoth please reopen it if you are experiencing any issues :pray: