test(aio): enable linting of transforms/
and add rules for jasmine
This commit is contained in:

committed by
Pete Bacon Darwin

parent
a562c64ed6
commit
62f9738a9a
@ -1,9 +1,8 @@
|
||||
var testPackage = require('../../helpers/test-package');
|
||||
var Dgeni = require('dgeni');
|
||||
var path = require('path');
|
||||
|
||||
describe('renderExamples processor', () => {
|
||||
var injector, processor, exampleMap, regionParser, collectExamples, exampleMap;
|
||||
var injector, processor, exampleMap, collectExamples;
|
||||
|
||||
beforeEach(function() {
|
||||
const dgeni = new Dgeni([testPackage('examples-package', true)]);
|
||||
@ -24,7 +23,7 @@ describe('renderExamples processor', () => {
|
||||
});
|
||||
|
||||
it('should run before the correct processor', () => {
|
||||
expect(processor.$runBefore).toEqual(['writing-files'])
|
||||
expect(processor.$runBefore).toEqual(['writing-files']);
|
||||
});
|
||||
|
||||
it('should run after the correct processor', () => {
|
||||
@ -90,4 +89,4 @@ describe('renderExamples processor', () => {
|
||||
});
|
||||
})
|
||||
);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user