Fix linting on more specs

This commit is contained in:
Felipe Knorr Kuhn
2023-03-02 23:33:12 -08:00
parent 5d976eff75
commit 0e338a2c64
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(() => {