1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/publicodes/test/setupIntl.js

5 lines
153 B
JavaScript
Raw Normal View History

// Setup Intl in "en" and "fr" for testing
global.Intl = require('intl')
require('intl/locale-data/jsonp/en.js')
require('intl/locale-data/jsonp/fr.js')