We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f567ca commit 7299a08Copy full SHA for 7299a08
1 file changed
src/test/unit/sortBreakpoints.spec.ts
@@ -10,9 +10,7 @@ const breakpoints = {
10
11
describe('sortBreakpoints', () => {
12
it('sorts', () => {
13
- const b = sortBreakpoints(breakpoints);
14
- console.log(b);
15
- expect(b).toStrictEqual([
+ expect(sortBreakpoints(breakpoints)).toStrictEqual([
16
['one', 1],
17
['two', 2],
18
['three', 3],
0 commit comments