3.0.4 • Published 2 years ago

@nativescript/unit-test-runner v3.0.4

Weekly downloads
189
License
Apache-2.0
Repository
github
Last release
2 years ago

Unit test runner for NativeScript

Refer to the documentation of NativeScript CLI's ns test init command for usage.

If you encounter an issue, please log it at https://github.com/NativeScript/nativescript-cli/

Troubleshooting

If you see an error like this:

Error: connect ECONNREFUSED ::1:9876
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1195:16)

When using node 17 or higher, make sure your karma.conf.js contains a server hostname setting, for example:

// web server hostname (ensure this is present)
hostname: '127.0.0.1',

// web server port
port: 9876,

See here for changeset in CLI which adds that to all newly initialized unit test setups.

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.1-rc.0

2 years ago

3.0.1-rc.1

2 years ago

3.0.0-rc.2

2 years ago

3.0.0-rc.1

3 years ago

3.0.0-rc.0

3 years ago

3.0.0

2 years ago

3.0.0-rc.3

2 years ago

3.0.2-alpha.0

2 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

2.0.0-rc.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-rc.0

4 years ago