Skip to content

Commit 2de9091

Browse files
committed
debugging
1 parent 7fb8873 commit 2de9091

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/snippet-loading-spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,8 @@ describe("Snippet Loading", () => {
9393

9494
describe("::loadPackageSnippets(callback)", () => {
9595
beforeEach(() => { // simulate a list of packages where the javascript core package is returned at the end
96-
atom.packages.getLoadedPackages.andReturn([
9796
atom.packages.loadPackage('language-javascript'),
9897
atom.packages.loadPackage(path.join(__dirname, 'fixtures', 'package-with-snippets'))
99-
]);
10098
});
10199

102100
it("allows other packages to override core packages' snippets", () => {

0 commit comments

Comments
 (0)