diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-11-20 13:25:53 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-11-20 13:25:53 +0200 |
| commit | a15bf522340de49118b0a88369a6cc892dfee9d0 (patch) | |
| tree | f609e32907d704b1e9980894e4dc79c703cbe476 /macos/RunnerTests/RunnerTests.swift | |
| download | carpool-a15bf522340de49118b0a88369a6cc892dfee9d0.tar.xz carpool-a15bf522340de49118b0a88369a6cc892dfee9d0.zip | |
Intial commit
Diffstat (limited to 'macos/RunnerTests/RunnerTests.swift')
| -rw-r--r-- | macos/RunnerTests/RunnerTests.swift | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/macos/RunnerTests/RunnerTests.swift b/macos/RunnerTests/RunnerTests.swift new file mode 100644 index 0000000..5418c9f --- /dev/null +++ b/macos/RunnerTests/RunnerTests.swift @@ -0,0 +1,12 @@ +import FlutterMacOS +import Cocoa +import XCTest + +class RunnerTests: XCTestCase { + + func testExample() { + // If you add code to the Runner application, consider adding tests here. + // See https://developer.apple.com/documentation/xctest for more information about using XCTest. + } + +} |
