We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34776e8 commit 63a9f1cCopy full SHA for 63a9f1c
.prettierrc
@@ -0,0 +1,3 @@
1
+{
2
+ "bracketSpacing": false
3
+}
test/index-test.js
@@ -1,5 +1,5 @@
-import { test } from "tap";
-import { Library, FileAttachments } from "../src";
+import {test} from "tap";
+import {Library, FileAttachments} from "../src";
4
test("new Library returns a library with the expected keys", async t => {
5
t.deepEqual(Object.keys(new Library()).sort(), [
0 commit comments