Skip to content

Commit c9e6fa2

Browse files
committed
chore: remove UnitTranslationPlugin
1 parent 23e522e commit c9e6fa2

35 files changed

+2
-1867
lines changed

.env

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
NODE_ENV='production'
55

66
ACCESS_TOKEN_COOKIE_NAME=''
7-
AI_TRANSLATIONS_URL=''
87
BASE_URL=''
98
CONTACT_URL=''
109
CREDENTIALS_BASE_URL=''

.env.development

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
NODE_ENV='development'
55

66
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
7-
AI_TRANSLATIONS_URL='http://localhost:18760'
87
BASE_URL='http://localhost:2000'
98
CONTACT_URL='http://localhost:18000/contact'
109
CREDENTIALS_BASE_URL='http://localhost:18150'

.env.test

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
NODE_ENV='test'
55

66
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
7-
AI_TRANSLATIONS_URL='http://localhost:18760'
87
BASE_URL='http://localhost:2000'
98
CONTACT_URL='http://localhost:18000/contact'
109
CREDENTIALS_BASE_URL='http://localhost:18150'

.eslintignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ dist/
33
packages/
44
node_modules/
55
jest.config.js
6+
env.config.jsx
7+
example.env.config.jsx

jest.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const config = createConfig('jest', {
1515
// See https://stackoverflow.com/questions/72382316/jest-encountered-an-unexpected-token-react-markdown
1616
'react-markdown': '<rootDir>/node_modules/react-markdown/react-markdown.min.js',
1717
'@src/(.*)': '<rootDir>/src/$1',
18-
'@plugins/(.*)': '<rootDir>/plugins/$1',
1918
},
2019
testTimeout: 30000,
2120
globalSetup: "./global-setup.js",

plugins/README.md

-17
This file was deleted.

plugins/UnitTranslationPlugin/__snapshots__/index.test.jsx.snap

-15
This file was deleted.

plugins/UnitTranslationPlugin/data/api.js

-90
This file was deleted.

plugins/UnitTranslationPlugin/data/api.test.js

-125
This file was deleted.

0 commit comments

Comments
 (0)