remove .only
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 37s Details

This commit is contained in:
Ladd Hoffman 2024-03-06 16:57:09 -06:00
parent 6b1e2984d9
commit 0367428fa9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const {
const { expect } = require('chai');
const { ethers } = require('hardhat');
describe.only('DAO', () => {
describe('DAO', () => {
// We define a fixture to reuse the same setup in every test.
// We use loadFixture to run this setup once, snapshot that state,
// and reset Hardhat Network to that snapshot in every test.