Eric Wooley
Eric Wooley
in the config file I have a suites defined ``` suites: { createQuote: [ 'specs/EQ/createOppertunity.spec.js', 'specs/EQ/CreateQuote.spec.js' ], config: [ './specs/EQ/addE72.spec.js', './specs/EQ/addPremesisEquipment.spec.js', './specs/EQ/addXCVRSEquipment.spec.js', './specs/EQ/addSoftwareServiceVerify.spec.js' ], lineItemGrid: [ './specs/line-item-grid/line-item-grid.spec.js', './specs/line-item-grid/changeDiscount.spec.js' ], output:...
This project is awesome, and I'm digging it so far. As a newb though, I'm struggling to find a good way to usehasura. For the unfamiliar: Hasura essentially translates a...
## Problem While upgrading to 27.0.3 of jest, I have failing integration tests because ``` ● Test suite failed to run ReferenceError: setImmediate is not defined at Parser.destroy (../../../node_modules/@prisma/client/runtime/index.js:25498:7) at...
I am using a mocha reporter called landing, and the output should like this:  Instead they come out like this ![screen shot...
Hello! I love the project and the goal. However, as it stands, it's pretty hard to integrate into a project with multiple branches and developers. Presumably, each developer, working on...
Hi, While I admit I'm not a huge fan of these advertisements being in the lib, I do get what your going for. However, out putting into stdout breaks piping...