Skip to content

Commit

Permalink
refactor: All Tests OK
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayMakhonin committed Jul 25, 2022
1 parent 49e87c0 commit 406afb7
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 476 deletions.
15 changes: 6 additions & 9 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# copy of .gitignore
/dist/**/test/**
/dist/**/*.test.*
/dist/**/*.stress.*
/tmp/
/node_modules/

# additional rules
# project template
/dist/
/.idea/
/.github/
/dist/
/docs/
/tmp/
/node_modules/

# additional
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# project template
/dist/**/test/**
/dist/**/*.test.*
/dist/**/*.stress.*
/tmp/
/node_modules/
/*.log

# temp and trash
.DS_Store
/*.log
/.eslintcache
/package-lock.json
/yarn.lock
/yarn-error.log
/.pnpm-debug.log

22 changes: 18 additions & 4 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/test-variants.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,12 @@
"@rollup/plugin-typescript": "8.3.3",
"@rollup/pluginutils": "4.2.1",
"@types/assert": "1.5.6",
"@types/fs-extra": "9.0.13",
"@types/mocha": "9.1.1",
"@types/node": "18.0.0",
"@zerollup/ts-transform-paths": "1.7.18",
"cpy-cli": "=3.1.1",
"eslint": "8.18.0",
"eslint-config-pro": "3.0.16",
"fs-extra": "10.1.0",
"globby": "=11.1.0",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
Expand All @@ -86,7 +84,6 @@
"karma-mocha": "2.0.1",
"karma-safari-launcher": "1.0.0",
"mocha": "9.2.2",
"nodemon": "2.0.16",
"nyc": "15.1.0",
"rdtsc": "3.0.3",
"rimraf": "3.0.2",
Expand Down

0 comments on commit 406afb7

Please sign in to comment.