@js-joda/extra

v0.9.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

npx tsc --noImplicitAny --strict --noEmit --pretty test/typescript_definitions/js-joda-extra-tests.ts
npm i @js-joda/[email protected]

Metadata

Downloads

Maintainers