Commit e805388d authored by Nick Kipling's avatar Nick Kipling

Adjusting for package_name in path

Changed component logic
Added test cases
parent e277f515
...@@ -34,10 +34,6 @@ describe('PackageInstallation', () => { ...@@ -34,10 +34,6 @@ describe('PackageInstallation', () => {
}); });
} }
beforeEach(() => {
createComponent();
});
afterEach(() => { afterEach(() => {
if (wrapper) wrapper.destroy(); if (wrapper) wrapper.destroy();
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment