Initial commit
This commit is contained in:
11
spec/support/jasmine.json
Normal file
11
spec/support/jasmine.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"spec_dir": "spec",
|
||||
"spec_files": [
|
||||
"**/*[sS]pec.ts"
|
||||
],
|
||||
"helpers": [
|
||||
"helpers/**/*.js"
|
||||
],
|
||||
"stopSpecOnExpectationFailure": false,
|
||||
"random": true
|
||||
}
|
||||
1
spec/support/types.ts
Normal file
1
spec/support/types.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type TReqBody = string | object | undefined;
|
||||
Reference in New Issue
Block a user