Hrishikesh Potdar

Results 2 issues of Hrishikesh Potdar

*Edit by jamesshore: See [below](https://github.com/jamesshore/quixote/issues/53#issuecomment-491155071) for a technique for testing psuedo elements.* I'm trying to fetch ::before's css of an element but i always get the following error "Expected one...

enhancement

for eg if this is my code import { NodeDependency, NodeDependencyType } from 'schematics-utilities'; const dependencies: NodeDependency[] = [ { type: NodeDependencyType.Dev, version: '^23.6.0', name: 'jest' }, { type: NodeDependencyType.Dev,...

question