Skip to content

Commit

Permalink
Update src/__test__/Breakpoints.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Eloy Durán <eloy.de.enige@gmail.com>
  • Loading branch information
kirkness and alloy committed Oct 26, 2020
1 parent 9ad1ccb commit 1b000fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__test__/Breakpoints.test.tsx
Expand Up @@ -10,7 +10,7 @@ const config = {
const breakpoint = new Breakpoints(config)

describe("Breakpoints", () => {
describe.only("toVisibleAtBreakpointSet", () => {
describe("toVisibleAtBreakpointSet", () => {
it("returns correct values for greaterThan", () => {
const breakpoints = breakpoint.toVisibleAtBreakpointSet({
greaterThan: "small",
Expand Down

0 comments on commit 1b000fe

Please sign in to comment.