mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix: Use module.exports instead of export default
This commit is contained in:
@@ -231,7 +231,7 @@ let mockAnalyticsService = {
|
||||
trackPurchase: () => { },
|
||||
};
|
||||
|
||||
export default {
|
||||
module.exports = {
|
||||
track,
|
||||
trackPurchase,
|
||||
mockAnalyticsService,
|
||||
|
||||
Reference in New Issue
Block a user