-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbb2410
commit ed50591
Showing
2 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
test/generators/__snapshots__/FileGenerators.spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`generateToFiles should try and generate models to files 1`] = `"/test_model.go"`; | ||
exports[`generateToFiles should try and generate models to files 1`] = `"test_model.go"`; | ||
|
||
exports[`generateToFiles should try and generate models to files 2`] = `"/TestModel.dart"`; | ||
exports[`generateToFiles should try and generate models to files 2`] = `"TestModel.dart"`; | ||
|
||
exports[`generateToFiles should try and generate models to files 3`] = `"/TestModel.java"`; | ||
exports[`generateToFiles should try and generate models to files 3`] = `"TestModel.java"`; | ||
|
||
exports[`generateToFiles should try and generate models to files 4`] = `"/TestModel.js"`; | ||
exports[`generateToFiles should try and generate models to files 4`] = `"TestModel.js"`; | ||
|
||
exports[`generateToFiles should try and generate models to files 5`] = `"/TestModel.ts"`; | ||
exports[`generateToFiles should try and generate models to files 5`] = `"TestModel.ts"`; | ||
|
||
exports[`generateToFiles should try and generate models to files 6`] = `"/TestModel.cs"`; | ||
exports[`generateToFiles should try and generate models to files 6`] = `"TestModel.cs"`; | ||
|
||
exports[`generateToFiles should try and generate models to files 7`] = `"/test_model.rs"`; | ||
exports[`generateToFiles should try and generate models to files 7`] = `"test_model.rs"`; | ||
|
||
exports[`generateToFiles should try and generate models to files 8`] = `"/TestModel.py"`; | ||
exports[`generateToFiles should try and generate models to files 8`] = `"TestModel.py"`; | ||
|
||
exports[`generateToFiles should try and generate models to files 9`] = `"/TestModel.kt"`; | ||
exports[`generateToFiles should try and generate models to files 9`] = `"TestModel.kt"`; | ||
|
||
exports[`generateToFiles should try and generate models to files 10`] = `"/TestModel.php"`; | ||
exports[`generateToFiles should try and generate models to files 10`] = `"TestModel.php"`; | ||
|
||
exports[`generateToFiles should try and generate models to files 11`] = `"/TestModel.hpp"`; | ||
exports[`generateToFiles should try and generate models to files 11`] = `"TestModel.hpp"`; |