Skip to content

Commit 7cf675d

Browse files
committed
feat(doc): move race-condition
1 parent c0caace commit 7cf675d

26 files changed

+42
-39
lines changed

apps/rxjs-race-condition/cypress/support/component-index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/rxjs-race-condition/.eslintrc.json renamed to apps/rxjs/race-condition/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["../../.eslintrc.json"],
2+
"extends": ["../../../.eslintrc.json"],
33
"ignorePatterns": ["!**/*"],
44
"overrides": [
55
{
File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
7+
<title>rxjs-race-condition Components App</title>
8+
</head>
9+
<body>
10+
<div data-cy-root></div>
11+
</body>
12+
</html>

apps/rxjs-race-condition/jest.config.ts renamed to apps/rxjs/race-condition/jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/* eslint-disable */
22
export default {
33
displayName: 'rxjs-race-condition',
4-
preset: '../../jest.preset.js',
4+
preset: '../../../jest.preset.js',
55
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
66
globals: {},
7-
coverageDirectory: '../../coverage/apps/rxjs-race-condition',
7+
coverageDirectory: '../../../coverage/apps/rxjs/race-condition',
88
transform: {
99
'^.+\\.(ts|mjs|js|html)$': [
1010
'jest-preset-angular',

0 commit comments

Comments
 (0)