Commit 1dc6323e authored by Robert Knight's avatar Robert Knight

Change describe block label to match module name

See https://github.com/hypothesis/client/pull/261#discussion_r103251150
parent 6ae50b60
...@@ -8,7 +8,7 @@ var TextPositionAnchor = types.TextPositionAnchor; ...@@ -8,7 +8,7 @@ var TextPositionAnchor = types.TextPositionAnchor;
// These are primarily basic API tests for the anchoring classes. Tests for // These are primarily basic API tests for the anchoring classes. Tests for
// anchoring a variety of HTML and PDF content exist in `html-test` and // anchoring a variety of HTML and PDF content exist in `html-test` and
// `pdf-test`. // `pdf-test`.
describe('Anchoring classes', function () { describe('types', function () {
var container; var container;
before(function () { before(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment