architect-project-plugin-open-api
v1.0.3
Published
Some tests use eslint for formating code before it will use in snapshots. Method for formating code placed: `src/__test__/utils/code.ts`. For correct applying eslint must be met conditions: 1. Should be created temporary file: `temp/forEslintAutoFix.ts`
Readme
Code generator for OpenAPI
Tests
Some tests use eslint for formating code before it will use in snapshots. Method for formating code placed: src/__test__/utils/code.ts.
For correct applying eslint must be met conditions:
- Should be created temporary file:
temp/forEslintAutoFix.ts - Jest starting with flag:
--experimental-vm-modules
In Webstorm top panel:
Edit configuration
In field "Node options:"
--experimental-vm-modules
Contributing
Public new version
For publish new
- Increment version in package.json
- Run command:
It will run test → build → publishnpm publish

Edit configuration
In field "Node options:" 