Skip to content

Commit

Permalink
fixed jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
jukbot committed May 10, 2019
1 parent d081fbb commit e064c80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/56464056015c4ca18822e5c263615b04)](https://www.codacy.com/app/jukbot/thai-national-id-validator?utm_source=github.com&utm_medium=referral&utm_content=jukbot/thai-national-id-validator&utm_campaign=Badge_Grade)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/56464056015c4ca18822e5c263615b04)](https://www.codacy.com/app/jukbot/thai-national-id-validator?utm_source=github.com&utm_medium=referral&utm_content=jukbot/thai-national-id-validator&utm_campaign=Badge_Coverage)
[![javascript style guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![WCAG-Zoo Compliant](https://img.shields.io/badge/WCAG_Zoo-AA-yellowgreen.svg)](https://github.com/LegoStormtroopr/wcag-zoo)
[![npm](https://img.shields.io/npm/v/thai-id-validator.svg)](https://www.npmjs.com/package/thai-id-validator)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

A simpler way to validate Thai Citizen Card ID. 🇹🇭

## Further Plans

* Go Language Implementation
* C# Language Implementation
* Java/Scala Language Implementation
* Go Language Implementation Example
* Thai Passport Number Validation

## Read the article
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,21 @@
},
"homepage": "https://jukbot.github.io/thai-national-id-validator",
"devDependencies": {
"@babel/preset-env": "^7.4.4",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-jest": "^24.8.0",
"babel-preset-env": "^1.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.24.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^23.6.0",
"regenerator-runtime": "^0.12.1"
"jest": "^24.8.0",
"regenerator-runtime": "^0.13.2"
},
"dependencies": {
"codacy-coverage": "^3.1.0"
"codacy-coverage": "^3.4.0"
}
}

0 comments on commit e064c80

Please sign in to comment.