chore: add initial tests

This commit is contained in:
Tom Keller
2022-10-15 20:25:56 -07:00
parent 933beb7f7c
commit a61ce85bf3
8 changed files with 923 additions and 535 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
"description": "Synthesize project files",
"steps": [
{
"exec": "node .projenrc.cjs"
"exec": "node .projenrc.js"
}
]
},