Skip to content

Commit 137edae

Browse files
committed
Removed .only from test
1 parent 140fb6e commit 137edae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/correspondance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var ServiceProfile = require('@iiif/vocabulary/dist-commonjs/').ServiceProfile;
88

99
var manifest, sequence, canvas, imageService;
1010

11-
describe.only('#loadsCorrespondance', function() {
11+
describe('#loadsCorrespondance', function() {
1212
it('loads successfully', function (done) {
1313
manifesto.loadManifest(manifests.correspondance).then(function(data) {
1414
manifest = manifesto.parseManifest(data);

0 commit comments

Comments
 (0)