Skip to content

Commit 32d8e8c

Browse files
committed
Updated Table Data for Output Mocks
1 parent fdb9683 commit 32d8e8c

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

test/data/tableData.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
[
2-
{
3-
"Module": "Content Type",
4-
"Title": "Regex Fields",
5-
"UID": "regex_fields",
6-
"Invalid Regex Count": 5
7-
}
8-
]
1+
[["Content Type", "Regex Fields", "regex_fields", 5]]

test/data/tableDataGf.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
[
2-
{
3-
"Module": "Global Field",
4-
"Title": "Regex Fields",
5-
"UID": "regex_fields",
6-
"Invalid Regex Count": 5
7-
}
8-
]
1+
[["Global Field", "Regex Fields", "regex_fields", 5]]

test/utils/get-auth-token.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ describe('Authorize User with Auth Token', () => {
1111
const authToken = 'blt1234'
1212
jest.spyOn(Configstore.prototype, 'get').mockImplementation(() => authToken)
1313
const tokenDetails = await getAuthToken()
14-
console.log(tokenDetails)
1514
expect(tokenDetails).toStrictEqual(authToken)
1615
})
1716

0 commit comments

Comments
 (0)