ngx-spec icon indicating copy to clipboard operation
ngx-spec copied to clipboard

A missing spec generator for Angular CLI

Results 7 ngx-spec issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...

dependencies

\ClientApp\src\app> ng g ngx-spec:spec .\pages\accounting\hour-log\invoicehours\invoicehours.component.ts Output: import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { .\pages\accounting\hourLog\invoicehours\invoicehoursComponent } from './.\pages\accounting\hour-log\invoicehours\invoicehours.component'; describe('.\pages\accounting\hourLog\invoicehours\invoicehoursComponent', () => { let component: .\pages\accounting\hourLog\invoicehours\invoicehoursComponent; let fixture: ComponentFixture;...

Then Running `ng g ngx-spec:specs 'components/alerts/*` To generate a spec file on a component I received that warning. I also recieved an error calling "Cannot find module '/*removed_local_directory*/node_modules/@schematics/angular/component/index.js.js' My package.json...

The line of code its not working. Path: src/app Error: Schematic "specs" not found in collection "ngx-spec" can you help me with this

Issue: the single file command works, but the batch command seems don't. Steps to reproduce 1) run `npm i -D ngx-spec` to add ngx-spec to an existing project; 2) run...

By executing ng g ngx-spec:specs '**/*' [error] Error: NOT SUPPORTED: keyword "id", use "$id" for schema ID at Object.code (C:\Users\[user/project]\node_modules\ajv\dist\vocabularies\core\id.js:6:15) at keywordCode (C:\Users\[user/project]\node_modules\ajv\dist\compile\validate\index.js:464:13) at C:\Users\[user/project]\node_modules\ajv\dist\compile\validate\index.js:222:17 at CodeGen.code (C:\Users\[user/project]\node_modules\ajv\dist\compile\codegen\index.js:439:13) at CodeGen.block...