We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344d864 commit e9754e9Copy full SHA for e9754e9
src/server.test.ts
@@ -30,7 +30,7 @@ afterEach(() => {
30
const siteID = '9a003659-aaaa-0000-aaaa-63d3720d8621'
31
const token = 'my-very-secret-token'
32
33
-test.only('Reads and writes from the file system', async () => {
+test('Reads and writes from the file system', async () => {
34
const metadata = {
35
features: {
36
blobs: true,
0 commit comments