Skip to content

Commit

Permalink
Merge pull request #4 from WillianAgostini/test
Browse files Browse the repository at this point in the history
renomeado classe de teste
  • Loading branch information
WillianAgostini committed Oct 23, 2023
2 parents 914383e + f64ec6c commit c57930b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api.spec.ts → test/modules.spec.ts
Expand Up @@ -4,7 +4,7 @@ import util from "util";

const exec = util.promisify(cp.exec);

describe("api", () => {
describe("modules", () => {
jest.setTimeout(30000);

const pkgPathEsm = path.join(__dirname, "./module/esm");
Expand Down

0 comments on commit c57930b

Please sign in to comment.