-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added enter key functionality for submit #531
base: develop
Are you sure you want to change the base?
Conversation
Thanks! Could you please add a couple test cases that cover the added code? |
Hi, I added two test cases in the new commit, please check! |
@@ -66,10 +66,11 @@ | |||
"@vitejs/plugin-vue2": "^1.1.2", | |||
"@vue/cli-plugin-typescript": "^4.5.11", | |||
"@vue/cli-service": "^4.5.11", | |||
"@vue/test-utils": "^1.3.0", | |||
"@vue/test-utils": "^1.3.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were there issues with running the tests? We recently switched from jest to vitest, so these dependency updates shouldn't be needed.
@@ -11,7 +11,7 @@ import ExpectedStudentFilesList from '@/components/project_view/expected_student | |||
import GroupMembers from '@/components/project_view/group_members.vue'; | |||
import Submit from '@/components/project_view/submit.vue'; | |||
import { format_datetime } from '@/utils'; | |||
|
|||
import Vue from 'vue'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove (unused import)
Hi, this is John, the working partner of @cycai0312 for our software engineering homework assignment. I hereby enhance your project by adding enter key submission functionality related to open issue #47. (reference: eecs-autograder/autograder.io#47)
I am the same person as @jpswag from pull request #530, and I redid this pull request because of some file formatting and authentication issues for my username @jpswag.