Skip to content

Commit

Permalink
Removed .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Mar 11, 2021
1 parent 140fb6e commit 137edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/correspondance.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var ServiceProfile = require('@iiif/vocabulary/dist-commonjs/').ServiceProfile;

var manifest, sequence, canvas, imageService;

describe.only('#loadsCorrespondance', function() {
describe('#loadsCorrespondance', function() {
it('loads successfully', function (done) {
manifesto.loadManifest(manifests.correspondance).then(function(data) {
manifest = manifesto.parseManifest(data);
Expand Down

0 comments on commit 137edae

Please sign in to comment.