Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: remove ts-jest warnings from console #597

Merged
merged 49 commits into from Jan 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
b764800
bump create react-app
y-lakhdar Dec 16, 2021
d8cac66
install template with yarn
y-lakhdar Dec 17, 2021
f4d1f14
always use the latest version of create-react-app
y-lakhdar Dec 17, 2021
a8c37b0
UT
y-lakhdar Dec 17, 2021
119981c
use latest
y-lakhdar Dec 17, 2021
012b27d
remove yarn dependency
y-lakhdar Dec 21, 2021
e839ad3
fix UTs
y-lakhdar Dec 21, 2021
3e6ffee
fix testing env
y-lakhdar Dec 22, 2021
3f4a6b0
remove unecessary files
y-lakhdar Dec 22, 2021
75e8957
rework model and interface
y-lakhdar Dec 22, 2021
a015351
injest SPM
y-lakhdar Dec 22, 2021
72558ba
add name to SPM errors
y-lakhdar Dec 22, 2021
ba77c89
fix typo and increase e2e test timeout
y-lakhdar Dec 22, 2021
44771b4
rework flags
y-lakhdar Dec 22, 2021
91cffef
UTs
y-lakhdar Dec 22, 2021
f671f82
increase timeout for E2E test
y-lakhdar Dec 22, 2021
7e3d67c
wait until env var setup
y-lakhdar Dec 22, 2021
1340740
ignore compilation warning
y-lakhdar Dec 23, 2021
54399a2
use default react tsconfig
y-lakhdar Dec 23, 2021
248162d
do not print setup-env script
y-lakhdar Dec 23, 2021
1ee90ba
UT
y-lakhdar Dec 23, 2021
3770e34
add TODO
y-lakhdar Dec 23, 2021
d18e594
commit search token server
y-lakhdar Dec 23, 2021
3d3328d
fix clean-up.js
y-lakhdar Dec 23, 2021
1c0fecb
add UT
y-lakhdar Dec 23, 2021
2e67a03
patch E2E
y-lakhdar Dec 23, 2021
1c983d1
Merge branch 'CDX-736' of github.com:coveo/cli into CDX-725
y-lakhdar Dec 29, 2021
fe4e029
remove comments
y-lakhdar Dec 29, 2021
23520c3
fix typo
y-lakhdar Dec 29, 2021
445a596
add UT
y-lakhdar Dec 29, 2021
234aa68
UT
y-lakhdar Dec 29, 2021
b3a554c
add create command
y-lakhdar Dec 29, 2021
83f0b56
fix typo in description
y-lakhdar Dec 29, 2021
2666873
add jest-mock
y-lakhdar Dec 29, 2021
91b0187
mass replace
y-lakhdar Dec 29, 2021
fe7dfc4
fix e2e tests
y-lakhdar Dec 29, 2021
07e21a2
Merge branch 'CDX-725' of github.com:coveo/cli into CDX-701
y-lakhdar Dec 29, 2021
26ea1a9
remove jest-mock
y-lakhdar Jan 3, 2022
d818604
update jest to 24.4.5
y-lakhdar Jan 3, 2022
2e68936
Merge branch 'master' into CDX-701
louis-bompart Jan 6, 2022
78af7e5
Merge branch 'master' into CDX-701
louis-bompart Jan 6, 2022
c2e0d2a
Merge branch 'CDX-701' into CDX-739
louis-bompart Jan 6, 2022
99eeac0
remove last ts-jest import, still used for running tho
louis-bompart Jan 6, 2022
25bdeba
Merge branch 'master' of github.com:coveo/cli into CDX-739
y-lakhdar Jan 6, 2022
e8f0db8
Merge branch 'CDX-739' of github.com:coveo/cli into CDX-739
y-lakhdar Jan 6, 2022
13e8972
bump jest
y-lakhdar Jan 6, 2022
0bea644
bump types/jest
y-lakhdar Jan 6, 2022
b7c8623
bump ts-jest
y-lakhdar Jan 6, 2022
4e1b906
reduce snapshot size
y-lakhdar Jan 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44,502 changes: 22,251 additions & 22,251 deletions packages/angular/package-lock.json

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions packages/cli-e2e/__tests__/orgResources.specs.ts
Expand Up @@ -170,20 +170,6 @@ describe('org:resources', () => {
'\\+ 1 to create',
'Fields',
'\\+ 2 to create',
'Filters',
'\\+ 1 to create',
'Ml models',
'\\+ 1 to create',
'Query parameters',
'\\+ 1 to create',
'Query pipelines',
'\\+ 1 to create',
'Query pipeline conditions',
'\\+ 2 to create',
'Ranking weights',
'\\+ 1 to create',
'Triggers',
'\\+ 1 to create',
].join('\\s*');
const regex = new RegExp(expectedOutput, 'gm');

Expand Down
544 changes: 290 additions & 254 deletions packages/cli-e2e/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cli-e2e/package.json
Expand Up @@ -35,7 +35,7 @@
"@types/async-retry": "1.4.3",
"@types/fs-extra": "9.0.13",
"@types/is-running": "2.1.0",
"@types/jest": "27.0.3",
"@types/jest": "27.4.0",
"eslint": "8.4.1",
"is-running": "2.1.0"
},
Expand All @@ -53,7 +53,7 @@
"fs-extra": "10.0.0",
"get-port": "5.1.1",
"isomorphic-fetch": "3.0.0",
"jest": "27.4.3",
"jest": "27.4.5",
"puppeteer": "12.0.1",
"strip-ansi": "6.0.1",
"typescript": "4.5.2"
Expand Down
26 changes: 0 additions & 26 deletions packages/cli-e2e/snapshot-project/resources/FILTER.json

This file was deleted.

27 changes: 0 additions & 27 deletions packages/cli-e2e/snapshot-project/resources/ML_MODEL.json

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions packages/cli-e2e/snapshot-project/resources/QUERY_PIPELINE.json

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions packages/cli-e2e/snapshot-project/resources/RANKING_WEIGHT.json

This file was deleted.

27 changes: 0 additions & 27 deletions packages/cli-e2e/snapshot-project/resources/TRIGGER.json

This file was deleted.