case issue was failing the build

This commit is contained in:
Jonathan Bobel
2024-07-18 15:39:30 -04:00
parent b3de594741
commit 2029c64ea6

View File

@@ -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();