Skip to content

Commit

Permalink
revert describe desc
Browse files Browse the repository at this point in the history
  • Loading branch information
artshllk committed Oct 9, 2024
1 parent e44386f commit 2e40f8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe("Accessibility tests (a11y)", () => {
describe("a11y", () => {
const viewports = [
{ width: 350, height: 667 },
{ width: 1280, height: 800 },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe("Accessibility tests (a11y)", () => {
describe("a11y", () => {
const fixtures = [
"users",
"authentication-methods",
Expand Down

0 comments on commit 2e40f8f

Please sign in to comment.