mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04: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
|
// Wait a bit to ensure the script is executed
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// Require the actual JavaScript file you are testing
|
// 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
|
// Call the function to create the chart
|
||||||
window.createTotalMessagesChart();
|
window.createTotalMessagesChart();
|
||||||
|
|||||||
Reference in New Issue
Block a user