diff --git a/ios/PluginTests/PluginTests.swift b/ios/PluginTests/PluginTests.swift index 4e02599..88586eb 100644 --- a/ios/PluginTests/PluginTests.swift +++ b/ios/PluginTests/PluginTests.swift @@ -4,16 +4,6 @@ import Capacitor class PluginTests: XCTestCase { - override func setUp() { - super.setUp() - // Put setup code here. This method is called before the invocation of each test method in the class. - } - - override func tearDown() { - // Put teardown code here. This method is called after the invocation of each test method in the class. - super.tearDown() - } - func testEcho() { // This is an example of a functional test case for a plugin. // Use XCTAssert and related functions to verify your tests produce the correct results. diff --git a/package.json b/package.json index 2ebb5d7..2f5c7c6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", - "fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- autocorrect --format", + "fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format", "eslint": "eslint . --ext ts", "prettier": "prettier \"**/*.{css,html,ts,js,java}\"", "swiftlint": "node-swiftlint",