Skip to content

Commit

Permalink
fix: placeholder test green
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jan 13, 2024
1 parent 2fd97c7 commit 0eef830
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"keywords": [],
"author": "Endo contributors",
"license": "Apache-2.0",
"homepage": "https://github.com/endojs/endo/tree/master/packages/skel#readme",
"homepage": "https://github.com/endojs/endo/tree/master/packages/common#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/test/test-index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { test } from './prepare-test-env-ava.js';

test('placeholder', async t => {
t.fail('TODO: add tests');
t.pass('TODO');
});
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [],
"author": "Endo contributors",
"license": "Apache-2.0",
"homepage": "https://github.com/endojs/endo/tree/master/packages/skel#readme",
"homepage": "https://github.com/endojs/endo/tree/master/packages/errors#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
Expand Down

0 comments on commit 0eef830

Please sign in to comment.