@@ -73,7 +73,7 @@ function createComponent(repository, filePath) {
73
73
) ;
74
74
}
75
75
76
- describe . only ( 'FilePatchController' , function ( ) {
76
+ describe ( 'FilePatchController' , function ( ) {
77
77
afterEach ( function ( ) {
78
78
atomEnv . destroy ( ) ;
79
79
} ) ;
@@ -317,7 +317,7 @@ describe.only('FilePatchController', function() {
317
317
} ) ;
318
318
319
319
describe ( 'integration tests' , function ( ) {
320
- describe . only ( 'handling symlink files' , function ( ) {
320
+ describe ( 'handling symlink files' , function ( ) {
321
321
async function indexModeAndOid ( repository , filename ) {
322
322
const output = await repository . git . exec ( [ 'ls-files' , '-s' , '--' , filename ] ) ;
323
323
if ( output ) {
@@ -328,7 +328,7 @@ describe.only('FilePatchController', function() {
328
328
}
329
329
}
330
330
331
- it . only ( 'stages symlink change when staging added lines that depend on change' , async function ( ) {
331
+ it ( 'stages symlink change when staging added lines that depend on change' , async function ( ) {
332
332
const workingDirPath = await cloneRepository ( 'symlinks' ) ;
333
333
const repository = await buildRepository ( workingDirPath ) ;
334
334
@@ -414,7 +414,7 @@ describe.only('FilePatchController', function() {
414
414
assert . equal ( stagedFiles [ deletedFileAddedSymlinkPath ] , 'deleted' ) ;
415
415
} ) ;
416
416
417
- it . only ( 'unstages file creation when all added lines are unstaged' , async function ( ) {
417
+ it ( 'unstages file creation when all added lines are unstaged' , async function ( ) {
418
418
const workingDirPath = await cloneRepository ( 'symlinks' ) ;
419
419
const repository = await buildRepository ( workingDirPath ) ;
420
420
0 commit comments