mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
case issue was failing the build
This commit is contained in:
@@ -35,7 +35,7 @@ beforeAll(done => {
|
||||
// Wait a bit to ensure the script is executed
|
||||
setTimeout(() => {
|
||||
// Require the actual JavaScript file you are testing
|
||||
require('../../app/assets/javascripts/totalmessagesChart.js');
|
||||
require('../../app/assets/javascripts/totalMessagesChart.js');
|
||||
|
||||
// Call the function to create the chart
|
||||
window.createTotalMessagesChart();
|
||||
|
||||
Reference in New Issue
Block a user