build(aio): fix test description
This commit is contained in:
parent
57cfcb0830
commit
633ec30291
|
@ -2,7 +2,7 @@ const testPackage = require('../../helpers/test-package');
|
|||
const processorFactory = require('./markBarredODocsAsPrivate');
|
||||
const Dgeni = require('dgeni');
|
||||
|
||||
describe('generateApiListDoc processor', () => {
|
||||
describe('markBarredODocsAsPrivate processor', () => {
|
||||
|
||||
it('should be available on the injector', () => {
|
||||
const dgeni = new Dgeni([testPackage('angular-api-package')]);
|
||||
|
|
Loading…
Reference in New Issue