@squiz/dxp-cli-next 5.20.0-develop.1 → 5.20.0-develop.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,20 +16,6 @@ describe('Smoke Test - Validate release', () => {
16
16
  }
17
17
  return commandOutput;
18
18
  };
19
- describe('Installation', () => {
20
- it('should install the current latest version from the registry', () => {
21
- // Get installed version
22
- const installedVersion = (0, child_process_1.execSync)('dxp-next --version').toString();
23
- // Get expected version
24
- const expectedVersion = (0, child_process_1.execSync)(`npm view ${packageName} version`)
25
- .toString()
26
- .trim();
27
- console.log('Installed Version is ', installedVersion);
28
- console.log('Expected Version is ', expectedVersion);
29
- // Validate version
30
- expect(installedVersion).toContain(expectedVersion);
31
- });
32
- });
33
19
  describe('Commands', () => {
34
20
  const commandAssertionSet = [
35
21
  { command: '--help', assertion: 'Usage: dxp-next [options] [command]' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dxp-cli-next",
3
- "version": "5.20.0-develop.1",
3
+ "version": "5.20.0-develop.3",
4
4
  "repository": {
5
5
  "url": "https://gitlab.squiz.net/dxp/dxp-cli-next"
6
6
  },