Skip to content

Commit

Permalink
only
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellockyer committed Mar 11, 2024
1 parent f8869f3 commit 2e428cb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ const express = require('express');
const should = require('should');
const LocalStorageBase = require('../../../../../core/server/adapters/storage/LocalStorageBase');

describe.only('Local Storage Base', function () {
describe('Local Storage Base', function () {
describe('serve', function () {
it('returns a 416 RangeNotSatisfiableError if given an invalid range', function (done) {
const localStorageBase = new LocalStorageBase({
Expand Down

0 comments on commit 2e428cb

Please sign in to comment.