1.1.0 • Published 6 years ago
@birchill/hikibiki-sync v1.1.0
Running tests
yarn testTesting a specific browser:
yarn test --browsers FirefoxNightlyIn test watch mode:
npx karma start --browsers FirefoxNightlyThe version of karma-firefox-launcher used here should work under WSL but for
Chrome you'll want to use something like:
CHROME_BIN=/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe npx karma start --browsers ChromeThat will complain about not being able to write to the temp directory but otherwise should be fine.
Publishing
yarn release
git push --follow-tags origin master
yarn publish