Fix tests
This commit is contained in:
parent
033340e304
commit
005b7a55e8
@ -11,12 +11,9 @@ import { chaiSetup } from './util/chai_setup';
|
|||||||
|
|
||||||
chaiSetup.configure();
|
chaiSetup.configure();
|
||||||
const expect = chai.expect;
|
const expect = chai.expect;
|
||||||
let solDoc: SolDoc;
|
const solDoc = new SolDoc();
|
||||||
|
|
||||||
describe('#SolidityDocGenerator', () => {
|
describe('#SolidityDocGenerator', () => {
|
||||||
before(() => {
|
|
||||||
solDoc = new SolDoc();
|
|
||||||
});
|
|
||||||
it('should generate a doc object that matches the devdoc-free TokenTransferProxy fixture', async () => {
|
it('should generate a doc object that matches the devdoc-free TokenTransferProxy fixture', async () => {
|
||||||
const doc = await solDoc.generateSolDocAsync(`${__dirname}/../../test/fixtures/contracts`, [
|
const doc = await solDoc.generateSolDocAsync(`${__dirname}/../../test/fixtures/contracts`, [
|
||||||
'TokenTransferProxyNoDevdoc',
|
'TokenTransferProxyNoDevdoc',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user