Skip to content

Commit 148a02b

Browse files
bingenitokruplm
andauthored
Migrate build and tests to vite and jest (#720)
* Migrate build from gulp to vite * Remove unnecessary package version overrides * Migrate tests from jasmine pure jest * Removed unused tsconfig staging configs * Update typedoc * Update tsconfig for new typedoc and fix typedoc warnings * Refactor and recreate openfin tests from new with code generation tools --------- Co-authored-by: kruplm <73655443+kruplm@users.noreply.github.com>
1 parent d3abaf9 commit 148a02b

57 files changed

Lines changed: 12893 additions & 8542 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
{
1818
"files": ["**/*.spec.ts"],
1919
"rules": {
20+
"@typescript-eslint/ban-types": "off",
2021
"@typescript-eslint/no-empty-function": "off",
2122
"no-console": "warn"
2223
}

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ permissions:
1313

1414
jobs:
1515
build:
16-
1716
runs-on: ubuntu-latest
1817

1918
env:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ build/
99
docs/
1010
.DS_Store
1111
lerna-debug.log
12-
12+
coverage/

.gulp/gulpConfig.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

.gulp/tasks/build.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

.gulp/tasks/clean.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

.gulp/tasks/compress.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

.gulp/tasks/dts.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

.gulp/tasks/stage.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

.gulp/tasks/tests.js

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)