Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
bot-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia committed Dec 27, 2023
1 parent 0feeba8 commit 9545619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/dev/alldirection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BotHooks } from 'ee-bot/src/enums/BotHooks'

//const domain = process.env.APP_HOST
const domain = 'localhost:3000'
const locationName = 'apartment'
const locationName = 'default'
const sqrt2 = Math.sqrt(2)

describe('My Bot Tests', () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"quick-test":"mocha --config .mocharc.js --spec 'e2e/dev/*.test.ts'",
"check-errors": "tsc --noemit",
"test": "mocha --config .mocharc.js --spec 'tests/**/*.test.ts'",
"test-e2e": "mocha --config .mocharc.js --spec 'e2e/dev/all-editor-action.test.ts'",
"test-e2e": "mocha --config .mocharc.js --timeout 1000000 --spec 'e2e/dev/alldirection.test.ts'",
"precommit": "no-master-commits -b master",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"format-scss": "stylelint \"**/*.scss\" --fix",
Expand Down

0 comments on commit 9545619

Please sign in to comment.