Commit e277f515 authored by Nick Kipling's avatar Nick Kipling

Applying reviewer feedback

Tidying style rules
Tidy tests
Added new test checking that installation won't render
Added snapshot test for code-instruction
parent 58004396
...@@ -34,6 +34,10 @@ describe('PackageInstallation', () => { ...@@ -34,6 +34,10 @@ 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