Skip to content

Commit

Permalink
root: added srcNODE baseline workspace
Browse files Browse the repository at this point in the history
Since we managed to develop a minimal node.js workspace (instead of
relying on srcANGULAR solely), we should add it in here and further
improve from here. Hence, let's do this.

This patch adds srcNODE baseline workspace into root repository.

Co-authored-by: Shuralyov, Jean <[email protected]>
Co-authored-by: Galyna, Cory <[email protected]>
Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]>
Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
3 people committed May 21, 2024
1 parent 997ee73 commit 78b53df
Show file tree
Hide file tree
Showing 9 changed files with 1,124 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,12 @@ certbot.log
#####################
# Node
#####################
node_modules
node_modules/
npm-debug.log
yarn-error.log
coverage/
dist/
.nyc_output

#####################
# Databases
Expand Down
22 changes: 22 additions & 0 deletions srcNODE/c8rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"extension": [
".js",
".ts",
".tsx"
],
"src": [
"src"
],
"exclude": [
"**/*.spec.js",
"**/*.spec.ts",
"**/*.spec.tsx"
],
"reporter": [
"text",
"html"
],
"all": true,
"report-dir": "dist/coverage",
"temp-directory": "dist/coverage-output"
}
Loading

0 comments on commit 78b53df

Please sign in to comment.