UNPKG
swn-http-status
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
HTTPステータスコードをマジックナンバー化せずに扱えるシンプルなクラス。
github.com/suwanohiro/HTTPStatus
suwanohiro/HTTPStatus
swn-http-status
/
jest.config.js
6 lines
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
export
default
{ transform: {
"^.+\\.js$"
:
"babel-jest"
}, testEnvironment:
"node"
, };