Skip to content

Commit 298afcc

Browse files
authored
initial live unit testing (#25)
single example proving out the concept
1 parent 36f969b commit 298afcc

File tree

5 files changed

+76
-2521
lines changed

5 files changed

+76
-2521
lines changed

.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
UNIT_TESTING_API_KEY=
2+
GEOENRICHMENTSERVER_URL=""

jasmine.live.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"spec_dir": "packages",
3+
"spec_files": ["*/{src,test}/**/*.test.live.ts"],
4+
"helpers": ["../support/test-helpers.js"],
5+
"stopSpecOnExpectationFailure": false,
6+
"random": false
7+
}

0 commit comments

Comments
 (0)