░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/spec/javascripts/jsx/add_people/components
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: addPeopleSpec.js
/* * Copyright (C) 2016 - 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 React from 'react' import enzyme from 'enzyme' import AddPeople from '@canvas/add-people/react/components/add_people' QUnit.module('AddPeople') const props = { isOpen: true, courseParams: { roles: [], sections: [], }, apiState: { isPending: 0, }, inputParams: { nameList: '', }, } test('renders the component', () => { const container = document.createElement('div') container.id = 'application' document.body.appendChild(container) const wrapper = enzyme.mount( <AddPeople validateUsers={() => {}} enrollUsers={() => {}} reset={() => {}} {...props} />, {attachTo: document.getElementById('fixtures')} ) ok(document.getElementById('add_people_modal')) wrapper.unmount() document.body.removeChild(container) })
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 addPeopleSpec.js
JS
1.4 KB
2023-09-24 03:39
EDIT
📄 duplicateSectionSpec.js
JS
5.7 KB
2023-09-24 03:39
EDIT
📄 peopleSearchSpec.js
JS
3.4 KB
2023-09-24 03:39
EDIT
📄 peopleValidationIssuesSpec.js
JS
3.3 KB
2023-09-24 03:39
EDIT