Skip to content

Commit

Permalink
Merge pull request #56 from ubc/fix-issue-52
Browse files Browse the repository at this point in the history
Fix issue 52
  • Loading branch information
justin0022 authored Oct 15, 2024
2 parents 2ae0509 + 9300d95 commit 65add4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
7 changes: 7 additions & 0 deletions test/putStudentNumberInExistingCustomColumn.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* global test, expect, describe, it, jest */

const putStudentNumberInExistingCustomColumn = require('../src/putStudentNumberInExistingCustomColumn')

test('putStudentNumberInExistingCustomColumn function exists', () => {
expect(typeof putStudentNumberInExistingCustomColumn).toEqual('function')
})
27 changes: 0 additions & 27 deletions test/putStudentNumbersInExistingGradebook.test.js

This file was deleted.

0 comments on commit 65add4c

Please sign in to comment.