mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
11 lines
155 B
Markdown
11 lines
155 B
Markdown
|
# Insomnia Smoke Tests
|
||
|
|
||
|
```sh
|
||
|
npm install
|
||
|
|
||
|
npm run test:core:build
|
||
|
npm run test:designer:build
|
||
|
npm run test:core:package
|
||
|
npm run test:designer:package
|
||
|
```
|