Closed janvennemann closed 7 years ago
Yay for tests! Do these actually run as part of the build? I'm guessing not. Can we please hook them up in the Jenkinsfile? Ideally we'd model this like many of the other npm packages, and have a Gruntfile that can do linting/testing of the JS code. If you'd like I can get us started in that direction and then we can hook the nyc/test stuff into it?
JIRA: https://jira.appcelerator.org/browse/TIMOB-24829
This is the reworked version of #189, using the appc-tasks module and complete with unit tests backing the refactored code.
Change overview:
Resources
directory which caused some confusion in classic apps. The hook will now generate all files under thebuild
directory.To properly work in master, this has to be tested together with #206