Skip to content

Commit cdde119

Browse files
authored
Merge pull request #1 from ThatXliner/patch-1
2 parents fbe59b1 + 32c0268 commit cdde119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/snippet-loading-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ describe("Snippet Loading", () => {
101101

102102
it("allows other packages to override core packages' snippets", () => {
103103
waitsForPromise(() => atom.packages.activatePackage("language-javascript"));
104+
waitsForPromise(() => atom.packages.activatePackage(path.join(__dirname, 'fixtures', 'package-with-snippets')));
104105

105106
activateSnippetsPackage();
106107

0 commit comments

Comments
 (0)