Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 31d1dc6

Browse files
remove only
1 parent ef9d9c1 commit 31d1dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/github-package.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {cloneRepository, disableFilesystemWatchers} from './helpers';
77
import {fileExists, getTempDir} from '../lib/helpers';
88
import GithubPackage from '../lib/github-package';
99

10-
describe.only('GithubPackage', function() {
10+
describe('GithubPackage', function() {
1111

1212
async function buildAtomEnvironmentAndGithubPackage(buildAtomEnvironment, options = {}) {
1313
const atomEnv = global.buildAtomEnvironment();

0 commit comments

Comments
 (0)