mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 05:15:02 +00:00
4 lines
153 B
JavaScript
4 lines
153 B
JavaScript
// 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')
|