mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-19 05:31:40 -06:00
* wip: Structuring context & schema so it can be used on the client * chore: fix dev mode * Continuing to restructure graphql patterns * Cleaning up the server * Don't hash for now, for vite * fix for CI * WIP on integrating with vue * yarn lock * no need to return props from setup * use useResult for more concise and better type safety * fix regression * wip: migrate to apollo * Wip: mostly working with pollInterval * apollo -> urql * cleanup * continuing to cleanup * fix: updates to tests, strict type checking * Tests passing * wip: attempting rename * adding @packages/graphql * simplified fragment testing * fixing build scripts * remove --inspect-brk * fix ci scripts * fix build again * Fix tests * Add express as dep to @packages/graphql * fix packages * chore(launchpad): minor updates (#17551) * apply general improvemets from PR comments * remove unused file * comment out test for now * stub out missing story module Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
if (process.env.CYPRESS_INTERNAL_ENV !== 'production') {
|
|
require('@packages/ts/register')
|
|
}
|
|
|
|
module.exports = require('./src')
|