Skip to content
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

a11y checks #815

Merged
merged 14 commits into from
Sep 5, 2017
Merged

a11y checks #815

merged 14 commits into from
Sep 5, 2017

Conversation

@@ -2,7 +2,7 @@ import * as fs from "fs";
import assert from "assert";
import { svelte, tryToLoadJson } from "../helpers.js";

describe("validate", () => {
describe.only("validate", () => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have an only here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, forgot to remove it before pushing — it's just to make my life easier while I'm working on it (as I don't need to configure tests to run individually, or wait for the entire suite). will make sure I remove it before removing the WIP 😀

@Rich-Harris Rich-Harris changed the title [WIP] a11y checks a11y checks Sep 3, 2017
@Rich-Harris
Copy link
Member Author

Have got through a decent number of these but need to take a pause now. Think we should merge this in and create an issue for the rest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants