-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(jest): add jest accessibility matcher #9
Commits on Apr 9, 2020
-
build(root): update repository urls in package json files
Mohan Raj Rajamanickam committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for d9f0b26 - Browse repository at this point
Copy the full SHA d9f0b26View commit details -
test(rules,format): fix test names to follow convention
Mohan Raj Rajamanickam committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 7a41187 - Browse repository at this point
Copy the full SHA 7a41187View commit details -
feat(jest): add basic scaffolding for jest integration
Mohan Raj Rajamanickam committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 483291c - Browse repository at this point
Copy the full SHA 483291cView commit details
Commits on Apr 13, 2020
-
build(root): fix lint:fix script
as --fix option wasn't being passed to the eslint cmd
Mohan Raj Rajamanickam committedApr 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 4eaaf65 - Browse repository at this point
Copy the full SHA 4eaaf65View commit details
Commits on Apr 14, 2020
-
build(jest): add jest as a peer dependency
modify root jest dep version to match
Mohan Raj Rajamanickam committedApr 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 6630be3 - Browse repository at this point
Copy the full SHA 6630be3View commit details -
docs(root): add homepage fields in package json to point to readme
and add links to existing docs in root readme
Mohan Raj Rajamanickam committedApr 14, 2020 Configuration menu - View commit details
-
Copy full SHA for a91a3e0 - Browse repository at this point
Copy the full SHA a91a3e0View commit details -
feat(jest): add scaffolding for jest expect matcher
Mohan Raj Rajamanickam committedApr 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 51ec35d - Browse repository at this point
Copy the full SHA 51ec35dView commit details
Commits on Apr 23, 2020
-
improvement(jest): flesh out custom jest axe matcher
add type def, tests
Mohan Raj Rajamanickam committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for e8055fa - Browse repository at this point
Copy the full SHA e8055faView commit details -
build(jest): add jest matcher utils dep
Mohan Raj Rajamanickam committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 54be107 - Browse repository at this point
Copy the full SHA 54be107View commit details -
build(root): add npm update checker util
Mohan Raj Rajamanickam committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 7609b7b - Browse repository at this point
Copy the full SHA 7609b7bView commit details -
build(root): update script to upgrade dependencies; upgrade dependencies
Mohan Raj Rajamanickam committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 6c7e86d - Browse repository at this point
Copy the full SHA 6c7e86dView commit details
Commits on Apr 24, 2020
-
improvement(jest): use matcher hint util to format message
Mohan Raj Rajamanickam committedApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for f8649b2 - Browse repository at this point
Copy the full SHA f8649b2View commit details -
build(root): check staged files before invoking commit process
to prevent failed commit process due to failed checks in staged files
Mohan Raj Rajamanickam committedApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for b5bee0f - Browse repository at this point
Copy the full SHA b5bee0fView commit details
Commits on Apr 27, 2020
-
test(jest): fix dom lang setup, test names, err msgs
Mohan Raj Rajamanickam committedApr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for c7184e4 - Browse repository at this point
Copy the full SHA c7184e4View commit details -
build(root): add eslint watcher package and watch scripts
Mohan Raj Rajamanickam committedApr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 1554fdf - Browse repository at this point
Copy the full SHA 1554fdfView commit details
Commits on Apr 28, 2020
-
feat(jest): add toBeAccessibleWith jest a11y matcher for use with config
Mohan Raj Rajamanickam committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for ecbfbf9 - Browse repository at this point
Copy the full SHA ecbfbf9View commit details -
feat(test-utils): add a test utilities package
Mohan Raj Rajamanickam committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 2a1c1bf - Browse repository at this point
Copy the full SHA 2a1c1bfView commit details -
refactor(test-utils): refactor packages to use the common code
Mohan Raj Rajamanickam committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for ba71b58 - Browse repository at this point
Copy the full SHA ba71b58View commit details
Commits on Apr 29, 2020
-
build(root): add markdown link checker dep, scripts, config
Mohan Raj Rajamanickam committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 2481a06 - Browse repository at this point
Copy the full SHA 2481a06View commit details -
build(root): add eslint plugin to check code snippets in markdown files
Mohan Raj Rajamanickam committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 37f5f8f - Browse repository at this point
Copy the full SHA 37f5f8fView commit details -
improvement(jest): fix return types on the matcher interface
Fixes Error when using "await" with "toBeAccessible": "Unexpected await of a non-Promise (non-"Thenable") value"
Mohan Raj Rajamanickam committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 28e628f - Browse repository at this point
Copy the full SHA 28e628fView commit details -
build(root): upgrade to next version of eslint markdown plugin
that supports typescript among other things
Mohan Raj Rajamanickam committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 3531458 - Browse repository at this point
Copy the full SHA 3531458View commit details -
docs(root): add typescript tag to code blocks in docs
to enable markdown eslint plugin to check them
Mohan Raj Rajamanickam committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 3dbd29a - Browse repository at this point
Copy the full SHA 3dbd29aView commit details -
build(root): update dependencies
Mohan Raj Rajamanickam committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 342f577 - Browse repository at this point
Copy the full SHA 342f577View commit details -
build(root): add plugin to generate table of contents for markdown files
Mohan Raj Rajamanickam committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for a88ef4d - Browse repository at this point
Copy the full SHA a88ef4dView commit details -
docs(root): update table of contents for all markdown docs
Mohan Raj Rajamanickam committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for a832256 - Browse repository at this point
Copy the full SHA a832256View commit details -
build(root): add eslint plugins to check imports, comment directives
refactor lint run scripts
Mohan Raj Rajamanickam committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 97677cb - Browse repository at this point
Copy the full SHA 97677cbView commit details -
improvement(root): fix conflicting settings for md files formatting
Mohan Raj Rajamanickam committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 23d4c4c - Browse repository at this point
Copy the full SHA 23d4c4cView commit details
Commits on Apr 30, 2020
-
improvement(root): add typescript resolver eslint import plugin
to fix errors with the eslint import plugin with ts files
Mohan Raj Rajamanickam committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for f54b9ac - Browse repository at this point
Copy the full SHA f54b9acView commit details -
chore(root): update dependencies
Checking fixes for jestjs/jest#9916
Mohan Raj Rajamanickam committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for eafdc8c - Browse repository at this point
Copy the full SHA eafdc8cView commit details -
refactor(jest): rename jest module to matcher
Mohan Raj Rajamanickam committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for ca3d7a3 - Browse repository at this point
Copy the full SHA ca3d7a3View commit details -
improvement(root): fix project references in typescript configs
Cleanup common config to remove comments
Mohan Raj Rajamanickam committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 618868c - Browse repository at this point
Copy the full SHA 618868cView commit details -
refactor(jest): add util func to register a11y matchers
Mohan Raj Rajamanickam committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 2546f72 - Browse repository at this point
Copy the full SHA 2546f72View commit details -
test(jest): add test for a11y matcher setup; fix import
Mohan Raj Rajamanickam committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 7466a6f - Browse repository at this point
Copy the full SHA 7466a6fView commit details -
refactor(jest): move fix a11y config to be a func
move from test utils jest setup
Mohan Raj Rajamanickam committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 9e56fb0 - Browse repository at this point
Copy the full SHA 9e56fb0View commit details -
refactor(jest): consolidate before test setup
remove obsolete dependencies
Mohan Raj Rajamanickam committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for e415437 - Browse repository at this point
Copy the full SHA e415437View commit details
Commits on May 1, 2020
-
improvement(jest): call fix config from the jest matcher
refactor fix config func to take config param explictly
Mohan Raj Rajamanickam committedMay 1, 2020 Configuration menu - View commit details
-
Copy full SHA for e1e271a - Browse repository at this point
Copy the full SHA e1e271aView commit details -
improvement(jest): make fix a11y config immutable
Freeze a11y config
Mohan Raj Rajamanickam committedMay 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 8ca12bf - Browse repository at this point
Copy the full SHA 8ca12bfView commit details -
build(root): fix missing deps, build clean script
Mohan Raj Rajamanickam committedMay 1, 2020 Configuration menu - View commit details
-
Copy full SHA for c4a4b8a - Browse repository at this point
Copy the full SHA c4a4b8aView commit details -
docs(root): add quick start section to contributing doc
Mohan Raj Rajamanickam committedMay 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 4054e00 - Browse repository at this point
Copy the full SHA 4054e00View commit details -
chore(root): bump versions of changed packages
Mohan Raj Rajamanickam committedMay 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 4a16474 - Browse repository at this point
Copy the full SHA 4a16474View commit details -
build: add git pre push hook to build, test
fix yarn build clean script
Mohan Raj Rajamanickam committedMay 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 8fc2fa6 - Browse repository at this point
Copy the full SHA 8fc2fa6View commit details -
fix(preset-rules): revert object freeze on a11y config object
as it is resulting in failures - possibly exceptions from axe
Mohan Raj Rajamanickam committedMay 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 9ad3ee0 - Browse repository at this point
Copy the full SHA 9ad3ee0View commit details -
improvement: fix/silence lint warnings, improve docs
Mohan Raj Rajamanickam committedMay 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 6e3ee18 - Browse repository at this point
Copy the full SHA 6e3ee18View commit details -
docs: add SPDX license ID at top of license file
Reformat license doc for line length
Mohan Raj Rajamanickam committedMay 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 2f9f9b3 - Browse repository at this point
Copy the full SHA 2f9f9b3View commit details
Commits on May 4, 2020
-
refactor(jest): rename fix a11y config func to adapt a11y config
Mohan Raj Rajamanickam committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for dbc80f1 - Browse repository at this point
Copy the full SHA dbc80f1View commit details -
test(jest): add test to check for error when expect is undefined
Mohan Raj Rajamanickam committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 349a426 - Browse repository at this point
Copy the full SHA 349a426View commit details -
refactor(jest): remove toBeAccessibleWith a11y matcher
Mohan Raj Rajamanickam committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 2b64f15 - Browse repository at this point
Copy the full SHA 2b64f15View commit details -
ci: add pr title github action, change code cov github action
Mohan Raj Rajamanickam committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for c77f356 - Browse repository at this point
Copy the full SHA c77f356View commit details -
improvement(jest): add config to automate setup of a11y matchers
Add integration test package to test setup of a11y matcher
Mohan Raj Rajamanickam committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 2b18c4b - Browse repository at this point
Copy the full SHA 2b18c4bView commit details -
ci: add missing build step to new github actions
Mohan Raj Rajamanickam committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 56b4893 - Browse repository at this point
Copy the full SHA 56b4893View commit details -
ci(github action): change pr title check to install only req deps
change name of CI action to Lint, Test
Mohan Raj Rajamanickam committedMay 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 3889075 - Browse repository at this point
Copy the full SHA 3889075View commit details
Commits on May 5, 2020
-
refactor(jest): remove adaptA11yConfig from package level direct export
as it is used only internally currently
Mohan Raj Rajamanickam committedMay 5, 2020 Configuration menu - View commit details
-
Copy full SHA for eca6850 - Browse repository at this point
Copy the full SHA eca6850View commit details -
improvement(jest): add ability to check HTML elements for accessibility
add/modify tests
Mohan Raj Rajamanickam committedMay 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 6eb2a3b - Browse repository at this point
Copy the full SHA 6eb2a3bView commit details -
build(jest): fix main entry point in jest package.json
Mohan Raj Rajamanickam committedMay 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 85609d3 - Browse repository at this point
Copy the full SHA 85609d3View commit details
Commits on May 7, 2020
-
build: add ts-cleaner to clean dist files
Mohan Raj Rajamanickam committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 36b0087 - Browse repository at this point
Copy the full SHA 36b0087View commit details -
test(jest): add integration test package to test jest config setup
with a11y matcher api Fixes #11
Mohan Raj Rajamanickam committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for cbbe288 - Browse repository at this point
Copy the full SHA cbbe288View commit details -
refactor(test-integration): rename test-integ to test-integration
Mohan Raj Rajamanickam committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for a6662f6 - Browse repository at this point
Copy the full SHA a6662f6View commit details -
Mohan Raj Rajamanickam committed
May 7, 2020 Configuration menu - View commit details
-
Copy full SHA for e4c2717 - Browse repository at this point
Copy the full SHA e4c2717View commit details -
docs: change code block types in docs from ts to js
for uniformity
Mohan Raj Rajamanickam committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 97249c9 - Browse repository at this point
Copy the full SHA 97249c9View commit details
Commits on May 8, 2020
-
test(jest): add doc/tests for checking html elem with jest
Fix incorrect integration test, add doc about async usage
Mohan Raj Rajamanickam committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 9b1aa3b - Browse repository at this point
Copy the full SHA 9b1aa3bView commit details