chore: reworking again

This commit is contained in:
blam
2021-02-04 20:18:55 +01:00
parent ccaa7cb7df
commit 93bfa73142
2 changed files with 2 additions and 2 deletions
@@ -31,5 +31,6 @@ export async function run({ watch }: { watch: boolean }) {
pluginsFile: path.resolve(__dirname, '../cypress/plugins'),
defaultCommandTimeout: 10000,
},
configFile: false,
});
}
@@ -13,5 +13,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export {};
export default () => {};