Skip to content

Commit

Permalink
Don't skip test (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Sep 28, 2020
1 parent 7afc23c commit bb7a449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"prettier": true,
"rules": {
"ava/no-import-test-files": "off",
"ava/no-skip-test": "off",
"camelcase": "off"
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test.cb('should not delete a fork that has more branches', (t) => {
});

// Currently our logic does not delete this fork
test.skip('should delete a fork that has more branches, but all at upstream branch tips', (t) => {
test.cb('should delete a fork that has more branches, but all at upstream branch tips', (t) => {
const mock = lib.mock({
listBranches(arguments_) {
if (arguments_.user === lib.USER.login) {
Expand Down

0 comments on commit bb7a449

Please sign in to comment.