Temporary change for testing functions

This commit is contained in:
Greg Hysen
2018-11-19 13:05:36 -08:00
parent 5b187935dc
commit b213cb3974
2 changed files with 4 additions and 7 deletions

View File

@@ -11,12 +11,7 @@ chaiSetup.configure();
const expect = chai.expect;
describe.only('ABI Encoder', () => {
describe.only('Optimizer', () => {
});
describe('ABI Tests at Method Level', () => {
describe('Optimizer', () => {
it('Should reuse duplicated strings in string array', async () => {
const method = new AbiEncoder.Method(AbiSamples.GAbi);
@@ -147,7 +142,9 @@ describe.only('ABI Encoder', () => {
console.log(JSON.stringify(decodedArgs));
expect(decodedArgsJson).to.be.equal(argsJson);
});
});
describe.only('ABI Tests at Method Level', () => {
it('Crazy ABI', async () => {
const method = new AbiEncoder.Method(AbiSamples.crazyAbi);
console.log(method.getSignature());