We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140fb6e commit 137edaeCopy full SHA for 137edae
test/tests/correspondance.js
@@ -8,7 +8,7 @@ var ServiceProfile = require('@iiif/vocabulary/dist-commonjs/').ServiceProfile;
8
9
var manifest, sequence, canvas, imageService;
10
11
-describe.only('#loadsCorrespondance', function() {
+describe('#loadsCorrespondance', function() {
12
it('loads successfully', function (done) {
13
manifesto.loadManifest(manifests.correspondance).then(function(data) {
14
manifest = manifesto.parseManifest(data);
0 commit comments