* [example][m] - start of a simple-example * Empty-Commit * [simple-example][sm] - change from repos.json to datasets.json * [example][m] - changed styling and added octokit * [build][sm] - fix build
7 lines
174 B
TypeScript
7 lines
174 B
TypeScript
import { defineConfig } from 'cypress';
|
|
import { nxE2EPreset } from '@nrwl/cypress/plugins/cypress-preset';
|
|
|
|
export default defineConfig({
|
|
e2e: nxE2EPreset(__dirname),
|
|
});
|