<@U3MCU16RY> we also use Jest - actually we starte...
# suitescript
l
@Aiden Y. we also use Jest - actually we started open source project for mocking up Netsuite objects. https://github.com/mycsHQ/ns-suitescript-mocks
👍 1
a
This is great! I will take a look. Thank you very much
@lukasz I noticed that you are using es6. I am assuming you are using Babel as well. Babel is keep adding 'require('core-js/modules/...')' to transpiled script. Have you guys experience that?
l
no, but we use those plugins related to babel:
"babel-eslint": "^8.2.6", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-es2015": "^6.24.1",
a
Got it. Thank you very much