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 3bbe917 commit f0c8467Copy full SHA for f0c8467
tests/misc.js
@@ -501,7 +501,7 @@ describe('expansionMap', () => {
501
assert.equal(expansionMapCalled, true);
502
});
503
504
- it('should be called on nested un-mapped term', async () => {
+ it('should be called on nested unmapped term', async () => {
505
const docWithUnMappedTerm = {
506
'@context': {
507
'definedTerm': 'https://example.com#definedTerm'
0 commit comments