@js-joda/extra

v0.11.1
additional date-time classes that complement those in js-joda
date time timezone

lint

npx eslint .

test

NODE_ENV=test npx mocha --timeout 5000 --require @babel/register ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js test/pluginTest_mochaOnly.js

test-ci

npm run build-dist && npm run test && npm run test-browser && npm run test-coverage && npm run test-ts-definitions

build-dist

npx rollup -c rollup.config.js

test-browser

npx karma start --reporters=dots --single-run

test-coverage

NODE_ENV=test COVERAGE=1 npx nyc --report-dir=build/coverage --reporter=lcov --reporter html npx mocha --timeout 5000 --require @babel/register --reporter progress ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js

prepublishOnly

npm run build-dist

test-saucelabs

npx karma start --reporters="dots,saucelabs" --browsers="sl_chrome,sl_ie,sl_firefox" --single-run=true

test-ts-definitions

TS_NODE_PROJECT='../../shared/ts-test-config.json' NODE_ENV=test mocha --timeout 5000 --require ts-node/register ./test/typescript_definitions/*.ts
npm i @js-joda/[email protected]

Metadata

Downloads

Maintainers