Skip to content

Commit

Permalink
added in markdown editor
Browse files Browse the repository at this point in the history
  • Loading branch information
J-avery32 committed Feb 27, 2021
1 parent 2597fc4 commit f6595f1
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 180 deletions.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process.env.VUE_CLI_BABEL_TARGET_NODE = true;
process.env.VUE_CLI_BABEL_TRANSPILE_MODULES = true;
process.env.VUE_APP_CLIENT_ID = "testing_client_id"
process.env.VUE_APP_CLIENT_ID = 'testing_client_id';
module.exports = {
collectCoverage: false,
collectCoverageFrom: ['**/*.{js,vue}', '!**/node_modules/**', '!**/dist/**'],
Expand All @@ -19,6 +19,7 @@ module.exports = {
'/node_modules/',
],
moduleNameMapper: {
'^.+.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
'^@/(.*)$': '<rootDir>/src/$1',
},
snapshotSerializers: [
Expand Down
213 changes: 106 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@toast-ui/editor": "^2.5.1",
"@toast-ui/vue-editor": "^2.5.1",
"axios": "^0.21.1",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.15.0",
"chart.js": "^2.8.0",
"citation-js": "^0.5.0-alpha.9",
"codemirror": "^5.59.2",
"d3": "^5.9.2",
"dompurify": "^2.0.12",
"dompurify": "^2.2.6",
"flush-promises": "^1.0.2",
"jquery": "^3.4.1",
"marked": "^1.1.1",
Expand Down
Loading

0 comments on commit f6595f1

Please sign in to comment.