You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { renderScoreLine } from '../results/results-utils.js';
const test = QUnit.test;
// renderScoreLine test
test('render table line based on user data in local storage; returns "-" for empty array, and returns lowest(best) score for multiple entries', (expect) => {
// would have like to see some more tests in here. I think the reubric asked for at least 3?