Wrongly focused test

This commit is contained in:
Andrew Dupont 2023-12-08 11:40:01 -08:00
parent 5e644e4c8d
commit 21095ee94f
2 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@ const Path = require('path');
const { shell } = require('electron');
const { migrateOldConfigIfNeeded } = require('./util');
console.log('SYMBOLS VIEW !!!');
const NO_PROVIDERS_MESSAGE = `You dont have any symbol providers installed.`;
const NO_PROVIDERS_DESCRIPTION = `The button below will show all packages that can provide symbols.

View File

@ -765,7 +765,7 @@ describe('SymbolsView', () => {
);
});
fit('alerts the user', () => {
it('alerts the user', () => {
migrateOldConfigIfNeeded({ force: true });
expect(atom.notifications.addInfo).toHaveBeenCalled();