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

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia committed Dec 26, 2023
1 parent 013d07c commit 0feeba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/dev/all-editor-action.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const vector3 = new Vector3()

//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/*.test.ts'",
"test-e2e": "mocha --config .mocharc.js --spec 'e2e/dev/all-editor-action.test.ts'",
"precommit": "no-master-commits -b master",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"format-scss": "stylelint \"**/*.scss\" --fix",
Expand Down

0 comments on commit 0feeba8

Please sign in to comment.