mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
feat: initial angular support + clean up tests
This commit is contained in:
@ -60,6 +60,8 @@ function getSvelteConfig(): { preprocess: any } | undefined {
|
||||
});
|
||||
return require(resolvedPath);
|
||||
} catch (err) {
|
||||
// todo: remove when jest supports mocking require.resolve
|
||||
if (__TEST__) return;
|
||||
error('Could not find svelte.config.js.', err);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user