Skip to content

Commit

Permalink
beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 17, 2024
1 parent f98bf58 commit c27ec50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/cluster",
"version": "2.4.0",
"version": "3.0.0-beta.0",
"description": "cluster manager for egg",
"main": "./dist/commonjs/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/options.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('test/options.test.ts', () => {
});
});

describe.only('options', () => {
describe('options', () => {
let app: any;
before(() => {
app = cluster('apps/options', {
Expand Down

0 comments on commit c27ec50

Please sign in to comment.