mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
fixing console errors
This commit is contained in:
@@ -173,7 +173,7 @@ test('SVG bars are created and animated correctly', done => {
|
||||
done();
|
||||
}, 1500); // Duration of the animation + buffer time
|
||||
});
|
||||
console.log('update')
|
||||
|
||||
test('Creates chart on DOMContentLoaded', () => {
|
||||
const createTotalMessagesChartSpy = jest.spyOn(window, 'createTotalMessagesChart');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user