Skip to content

Commit

Permalink
Correct SocketIO path for Karma tests
Browse files Browse the repository at this point in the history
The tests should no longer be erroring out.
  • Loading branch information
caleb531 committed Nov 20, 2022
1 parent fdbf5c2 commit 7be59a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function (config) {
'scripts/underscore-min.js',
'scripts/tinyemitter.min.js',
'scripts/sw-update-manager.js',
'scripts/socket.io.slim.js',
'scripts/socket.io.min.js',
'scripts/clipboard.min.js',
'scripts/test.js'
],
Expand Down

0 comments on commit 7be59a4

Please sign in to comment.