1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 01:45:03 +00:00
mon-entreprise/publicodes/test/setupIntl.js
2020-05-14 15:25:22 +02:00

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')