Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed May 11, 2020
1 parent 5a1034c commit 670a9e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
dist
build
coverage
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# color2k
# color2k · ![https://badgen.net/bundlephobia/minzip/color2k](https://badgen.net/bundlephobia/minzip/color2k)

> a color parsing and manipulation lib served in 2kB or less (1.4kB to be more precise)
Expand Down
2 changes: 1 addition & 1 deletion packages/color2k/src/parseToHsla.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test('red', () => {
`);
});

test.only('with alpha', () => {
test('with alpha', () => {
expect(parseToHsla('rgba(255, 255, 255, 0.5)')).toMatchInlineSnapshot(`
Array [
0,
Expand Down

0 comments on commit 670a9e9

Please sign in to comment.