-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed unit-b tests changed unit-a to unit tests, 6 shards for unit …
…tests
- Loading branch information
Charlie Iorg
committed
Nov 29, 2022
1 parent
860afc0
commit 04ae6d7
Showing
20 changed files
with
30 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,8 +86,7 @@ | |
"kafka": [ | ||
"kafka" | ||
], | ||
"unit-a": [], | ||
"unit-b": [] | ||
"unit": [] | ||
} | ||
}, | ||
"docker": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-b" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-b" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,6 @@ | |
}, | ||
"terascope": { | ||
"enableTypedoc": false, | ||
"testSuite": "unit-b" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,6 @@ | |
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"terascope": { | ||
"testSuite": "unit-b" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-a" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,6 +81,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": false, | ||
"testSuite": "unit-a" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,6 @@ | |
}, | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-b" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-a" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-a" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,6 @@ | |
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"terascope": { | ||
"testSuite": "unit-a" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-a" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-a" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-b" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,6 +80,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-b" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-b" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,6 @@ | |
"srcMain": "src/index.ts", | ||
"terascope": { | ||
"enableTypedoc": true, | ||
"testSuite": "unit-b" | ||
"testSuite": "unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters