Move tests to respective folders as .spec
This is to keep to standards
This commit is contained in:
@ -9,5 +9,9 @@
|
||||
"sourceRoot": "./",
|
||||
"rootDir": "./",
|
||||
"module": "commonjs"
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"**/*.spec.ts",
|
||||
"**/*.d.ts"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user