mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-05 08:59:10 -04:00
fix activity jtest test
This commit is contained in:
@@ -140,7 +140,6 @@ test('Initial fetch data populates chart and table', done => {
|
||||
const socket = {
|
||||
on: jest.fn((event, callback) => {
|
||||
if (event === 'daily_stats_update') {
|
||||
console.log('Mock data:', mockData);
|
||||
callback(mockData);
|
||||
done();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user