()
| 114 | }; |
| 115 | |
| 116 | const copyJSFilesToModule = () => { |
| 117 | return gulp.src('Assembled/**') |
| 118 | .pipe(gulp.dest(`../Modules/@babylonjs/react-native`)); |
| 119 | } |
| 120 | |
| 121 | const validateAssembled = async () => { |
| 122 | // When the package contents are updated *and validated*, update the expected below from the output of the failed validation console output (run `gulp validateAssembled`). |
nothing calls this directly
no outgoing calls
no test coverage detected