File tree 2 files changed +2
-12
lines changed
2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,6 @@ import Capacitor
4
4
5
5
class PluginTests : XCTestCase {
6
6
7
- override func setUp( ) {
8
- super. setUp ( )
9
- // Put setup code here. This method is called before the invocation of each test method in the class.
10
- }
11
-
12
- override func tearDown( ) {
13
- // Put teardown code here. This method is called after the invocation of each test method in the class.
14
- super. tearDown ( )
15
- }
16
-
17
7
func testEcho( ) {
18
8
// This is an example of a functional test case for a plugin.
19
9
// Use XCTAssert and related functions to verify your tests produce the correct results.
Original file line number Diff line number Diff line change 46
46
"@capacitor/cli" : " ^6.0.0" ,
47
47
"@capacitor/core" : " ^6.0.0" ,
48
48
"@capacitor/docgen" : " 0.2.1" ,
49
- "@ionic/eslint-config" : " ^0.3 .0" ,
49
+ "@ionic/eslint-config" : " ^0.4 .0" ,
50
50
"@ionic/prettier-config" : " ~3.0.0" ,
51
51
"@ionic/swiftlint-config" : " ^1.1.2" ,
52
- "eslint" : " ^7.11 .0" ,
52
+ "eslint" : " ^8.57 .0" ,
53
53
"prettier" : " ~2.8.8" ,
54
54
"prettier-plugin-java" : " ~2.1.0" ,
55
55
"rimraf" : " ^5.0.1" ,
You can’t perform that action at this time.
0 commit comments