Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nad-au committed Mar 7, 2024
1 parent af89ea5 commit 379ed5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions monorepo/actionstep-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"scripts": {
"start": "ts-node",
"lint": "eslint . --fix",
"test": "jest",
"test:debug": "jest --runInBand --no-cache",
"test": "jest --passWithNoTests",
"build": "rimraf ./dist && tsc --build tsconfig.build.json",
"run:actions": "npm run start ./src/actions.ts",
"run:got": "npm run start ./src/got.ts"
Expand Down
4 changes: 2 additions & 2 deletions monorepo/actionstep/src/action-step-auth.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ActionStepAuth } from './types/action-step-auth.type'
import { actionStepAuth } from './action-step-auth'

describe('RexClient', () => {
describe('actionStepAuth', () => {
let auth: ActionStepAuth

beforeEach(() => {
Expand All @@ -18,7 +18,7 @@ describe('RexClient', () => {
})

describe('authorizeUrl', () => {
it('should return an array of RexAccountUser objects', async () => {
it('should return ActionStep authorize url', async () => {
// Arrange
const result = auth.authorizeUrl()

Expand Down

0 comments on commit 379ed5c

Please sign in to comment.