Fix linting on more specs

This commit is contained in:
Felipe Knorr Kuhn
2023-03-02 23:33:12 -08:00
parent a222d1c0f2
commit c0e4d10963
6 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
describe('Liquid Testnet', () => {
const baseModule = Cypress.env("BASE_MODULE");
const baseModule = Cypress.env('BASE_MODULE');
const basePath = '/testnet';
beforeEach(() => {