-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Hi. I've been trying to get this setup on my Atom package. I keep receiving an error when I have this simple test:
describe("My Delightful Package", () => {
it("knows about all of Atom's loaded packages", () => {
const packages = atom.packages.getLoadedPackages();
expect(packages).toMatchSnapshot();
})
})ReferenceError: atom is not defined
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels