ed5b6c8f14
- Add automation for TypeScript project build and tests via Webpack, tsc, and Jasmine - Add custom Express application to serve Postgraphile subscription endpoints - Add automated test suite for subscription endpoints
12 lines
174 B
JSON
12 lines
174 B
JSON
{
|
|
"spec_dir": "build/spec/",
|
|
"spec_files": [
|
|
"**/*[sS]pec.js"
|
|
],
|
|
"helpers": [
|
|
"helpers/*.js"
|
|
],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": true
|
|
}
|