-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract Types and Add Unit tests (#139)
* extract datatypes and their unit test * add covergae to gitignore * add code coverage to table object * first test for Pagination * simplify tests for Table using vue test utils * Add some tests for Pagination * simplify paths for types * fix failing unit test
- Loading branch information
1 parent
a05c72e
commit eda029e
Showing
16 changed files
with
482 additions
and
128 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 |
---|---|---|
|
@@ -8,4 +8,5 @@ node_modules/ | |
/demos/demo2/dist/ | ||
/demos/demo2/package.json | ||
/demos/demo2/webpack.config.js | ||
/test/unit/coverage/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.