░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/ui/shared/grading_scheme/react/components/view/__tests__
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: fixtures.ts
/* * Copyright (C) 2023 - present Instructure, Inc. * * This file is part of Canvas. * * Canvas is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the Free * Software Foundation, version 3 of the License. * * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. */ import {GradingScheme, GradingSchemeTemplate} from '../../../../gradingSchemeApiModel' export const MOCK_COURSE_GRADING_SCHEME: GradingScheme = { assessed_assignment: false, context_id: '5', context_name: 'The 5th Course', context_type: 'Course', data: [ {name: 'A', value: 0.9}, {name: 'B', value: 0.8}, {name: 'C', value: 0.7}, {name: 'D', value: 0.6}, {name: 'F', value: 0.0}, ], permissions: {manage: true}, title: 'A Grading Scheme', id: '30', } export const MOCK_DEFAULT_GRADING_SCHEME: GradingSchemeTemplate = { data: [ {name: 'A', value: 0.9}, {name: 'B', value: 0.8}, {name: 'C', value: 0.7}, {name: 'D', value: 0.6}, {name: 'F', value: 0.0}, ], title: 'A Grading Scheme', }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 fixtures.ts
TS
1.4 KB
2023-09-24 03:39
EDIT
📄 GradingSchemeTemplateView.test.tsx
TSX
3.1 KB
2023-09-24 03:36
EDIT
📄 GradingSchemeView.test.tsx
TSX
3.6 KB
2023-09-24 03:39
EDIT