Skip to content

Commit

Permalink
test: all NUTs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 8, 2023
1 parent 40957eb commit 62e33b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/commands/org/list/auth.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ensureString, getString } from '@salesforce/ts-types';
import { expectUrlToExist, expectOrgIdToExist, expectAccessTokenToExist } from '../../../testHelper';
import { AuthListResults } from '../../../../src/commands/org/list/auth';

describe.skip('org:list:auth NUTs', () => {
describe('org:list:auth NUTs', () => {
let testSession: TestSession;
let username: string;

Expand Down
2 changes: 1 addition & 1 deletion test/commands/org/login/access-token.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { expectAccessTokenToExist, expectOrgIdToExist, expectUrlToExist } from '

let testSession: TestSession;

describe.skip('org:login:access-token NUTs', () => {
describe('org:login:access-token NUTs', () => {
const env = new Env();
let username: string;
let instanceUrl: string;
Expand Down
2 changes: 1 addition & 1 deletion test/commands/org/login/login.jwt.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { expectUrlToExist, expectOrgIdToExist, expectAccessTokenToExist } from '

let testSession: TestSession;

describe.skip('org:login:jwt NUTs', () => {
describe('org:login:jwt NUTs', () => {
const env = new Env();
let jwtKey: string;
let username: string;
Expand Down
2 changes: 1 addition & 1 deletion test/commands/org/login/login.sfdx-url.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {

let testSession: TestSession;

describe.skip('org:login:sfdx-url NUTs', () => {
describe('org:login:sfdx-url NUTs', () => {
const env = new Env();
let authUrl: string;
let username: string;
Expand Down
2 changes: 1 addition & 1 deletion test/commands/org/logout.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Env } from '@salesforce/kit';
import { ensureString, getString } from '@salesforce/ts-types';
import { AuthListResults } from '../../../src/commands/org/list/auth';

describe.skip('org:logout NUTs', () => {
describe('org:logout NUTs', () => {
const env = new Env();
let testSession: TestSession;
let jwtKey: string;
Expand Down

0 comments on commit 62e33b2

Please sign in to comment.