Skip to content

Instantly share code, notes, and snippets.

View emplums's full-sized avatar
☮️

emplums emplums

☮️
View GitHub Profile
@muan
muan / details-links.md
Last active December 21, 2019 10:34
Details on details cheatsheet.
@marcysutton
marcysutton / enzyme-test.js
Last active August 23, 2021 08:20
React A11y Testing
import {expect} from 'chai';
import App from '../app/components/App';
import a11yHelper from "./a11yHelper";
describe('Accessibility', function () {
this.timeout(10000);
it('Has no errors', function () {
let config = {};