Skip to content

Commit 09c5fc7

Browse files
committed
test(storage): remove erroneous '.only' from storage e2e
this is the obvious explanation for CI coverage dropping precipitously, my fault for leaving it in after local testing
1 parent c3b4cb0 commit 09c5fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storage/e2e/StorageTask.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function snapshotProperties(snapshot) {
2424
snapshot.should.have.property('bytesTransferred');
2525
}
2626

27-
describe.only('storage() -> StorageTask', () => {
27+
describe('storage() -> StorageTask', () => {
2828
describe('writeToFile()', () => {
2929
it('errors if permission denied', async () => {
3030
try {

0 commit comments

Comments
 (0)