chore(test): add test for content_renderer#renderCode

This commit is contained in:
Elian Doran
2025-01-10 21:47:29 +02:00
parent f12057f799
commit a05e174640
3 changed files with 48 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
{
"spec_dir": "spec",
"spec_files": ["./**/*.spec.ts"],
"spec_dir": "",
"spec_files": [
"spec/**/*.spec.ts",
"src/**/*.spec.ts"
],
"helpers": ["helpers/**/*.js"],
"stopSpecOnExpectationFailure": false,
"random": true