Skip to content

Commit

Permalink
Ignore system tests related to publish custom beta
Browse files Browse the repository at this point in the history
  • Loading branch information
coditva committed Feb 19, 2024
1 parent 1c60d0b commit cf234d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/system/bootcode-dependencies.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('bootcode dependencies', function () {
'path-browserify',
'pathval',
'postman-collection',
'postman-sandbox',
'postman-sandbox-custom-beta',
'postman-url-encoder',
'process',
'process-nextick-args',
Expand Down
2 changes: 1 addition & 1 deletion test/system/npm-publish.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('npm publish', function () {
packagedFiles = packageInfo.files.map(({ path }) => { return path; });

it('should have a valid package name', function () {
expect(packageInfo.name).to.equal('postman-sandbox');
expect(packageInfo.name).to.equal('postman-sandbox-custom-beta');
});

it('should include boot code in .cache', function () {
Expand Down
2 changes: 1 addition & 1 deletion test/system/repository.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('project repository', function () {
describe('package.json JSON data', function () {
it('should have valid name, description, author and license', function () {
expect(json).to.deep.include({
name: 'postman-sandbox',
name: 'postman-sandbox-custom-beta',
description: 'Sandbox for Postman Scripts to run in Node.js or browser',
author: 'Postman Inc.',
license: 'Apache-2.0'
Expand Down

0 comments on commit cf234d6

Please sign in to comment.