mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
test(@embark/plugins/snark): fix some small typos/errors in the tests
This commit is contained in:
parent
0a82c8d0e5
commit
c69a4734d3
@ -438,7 +438,7 @@ describe('embark-snark', () => {
|
||||
somePath,
|
||||
`${basename}${Snarks.Extensions.Solidity}`
|
||||
);
|
||||
vkVerifierPath = contractPath = path.join(
|
||||
vkVerifierPath = path.join(
|
||||
somePath,
|
||||
`${basename}${Snarks.Extensions.VkVerifier}`
|
||||
);
|
||||
@ -523,7 +523,7 @@ describe('embark-snark', () => {
|
||||
};
|
||||
contractFiles = [existingContract];
|
||||
|
||||
filename = 'foo${Snarks.Extensions.Solidity}';
|
||||
filename = `foo${Snarks.Extensions.Solidity}`;
|
||||
filepath = path.join(somePath, filename);
|
||||
|
||||
request = jest.fn(() => {});
|
||||
|
Loading…
x
Reference in New Issue
Block a user