-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JS SDK update to support io/v2 features (#35)
* add lint, prettier and husky and run them for all files * add ignrore files * move eslintConfig to package.json * resolve comment * delete dist * move integration tests from e2e to integration folder and unit outdated tests to this folder - #2 (#36) * add lint-staged * move linter to dev-dependency * Core-940 - JS SDK update to support io/v2 features - #3 (#37) * add functionality * add tests * fix integration test * change docs * fix version in readme * fix comments * fix comments * fix comments * resolve comments * resolve comment * fix comments * fix comments * add an example for access token scope
- Loading branch information
1 parent
0b2cf24
commit e3d6a57
Showing
167 changed files
with
5,585 additions
and
2,288 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 |
---|---|---|
|
@@ -13,4 +13,4 @@ jobs: | |
command: 'npm run build' | ||
- run: | ||
name: 'E2E tests' | ||
command: 'npm test' | ||
command: 'npm test' |
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 |
---|---|---|
|
@@ -6,4 +6,5 @@ bower_components | |
dist | ||
report | ||
.idea | ||
*.DS_Store | ||
*.DS_Store | ||
.vscode |
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 |
---|---|---|
|
@@ -6,4 +6,5 @@ bower_components | |
examples | ||
report | ||
.idea | ||
*.html | ||
*.html | ||
.vscode |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
terraform/* | ||
reports/* | ||
test-results/* | ||
mochawesome-report/* | ||
.nyc_output | ||
.vscode | ||
dist |
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
Oops, something went wrong.