Skip to content

Commit

Permalink
test: test symbol remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jan 15, 2020
1 parent 0548787 commit b983efd
Show file tree
Hide file tree
Showing 43 changed files with 149 additions and 3 deletions.
7 changes: 7 additions & 0 deletions test/typedoc-0.10.0/cypress/integration/example_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ describe('docs', () => {
.get('a')
.contains('Nest2');
});

it('renders link to dir1 re-exported symbol ', () => {
cy.get('a')
.contains('root')
.click();
cy.get('.tsd-member-group .tsd-signature a').contains('dir1');
});
});
4 changes: 4 additions & 0 deletions test/typedoc-0.10.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Test against typedoc 0.10.0",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support",
"build": "typedoc --out dist src/index.ts",
"test": "npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist"
Expand All @@ -14,5 +15,8 @@
"@uirouter/cypress-runner": "latest",
"typedoc": "0.10.0",
"typedoc-plugin-external-module-name": "latest"
},
"resolutions": {
"handlebars": "4.5.0"
}
}
2 changes: 2 additions & 0 deletions test/typedoc-0.10.0/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './file1';
export * from './file2';
export * from './dir1';
export * from './dir2';
import * as dir1 from './dir1';
export const reexport_dir1 = dir1;
7 changes: 7 additions & 0 deletions test/typedoc-0.11.1/cypress/integration/example_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ describe('docs', () => {
.get('a')
.contains('Nest2');
});

it('renders link to dir1 re-exported symbol ', () => {
cy.get('a')
.contains('root')
.click();
cy.get('.tsd-member-group .tsd-signature a').contains('dir1');
});
});
4 changes: 4 additions & 0 deletions test/typedoc-0.11.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Test against typedoc 0.11.1",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support",
"build": "typedoc --out dist src/index.ts",
"test": "npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist"
Expand All @@ -14,5 +15,8 @@
"@uirouter/cypress-runner": "latest",
"typedoc": "0.11.1",
"typedoc-plugin-external-module-name": "latest"
},
"resolutions": {
"handlebars": "4.5.0"
}
}
2 changes: 2 additions & 0 deletions test/typedoc-0.11.1/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './file1';
export * from './file2';
export * from './dir1';
export * from './dir2';
import * as dir1 from './dir1';
export const reexport_dir1 = dir1;
7 changes: 7 additions & 0 deletions test/typedoc-0.12.0/cypress/integration/example_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ describe('docs', () => {
.get('a')
.contains('Nest2');
});

it('renders link to dir1 re-exported symbol ', () => {
cy.get('a')
.contains('root')
.click();
cy.get('.tsd-member-group .tsd-signature a').contains('dir1');
});
});
4 changes: 4 additions & 0 deletions test/typedoc-0.12.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Test against typedoc 0.12.0",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support",
"build": "typedoc --out dist src/index.ts",
"test": "npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist"
Expand All @@ -14,5 +15,8 @@
"@uirouter/cypress-runner": "latest",
"typedoc": "0.12.0",
"typedoc-plugin-external-module-name": "latest"
},
"resolutions": {
"handlebars": "4.5.0"
}
}
2 changes: 2 additions & 0 deletions test/typedoc-0.12.0/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './file1';
export * from './file2';
export * from './dir1';
export * from './dir2';
import * as dir1 from './dir1';
export const reexport_dir1 = dir1;
7 changes: 7 additions & 0 deletions test/typedoc-0.13.0/cypress/integration/example_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ describe('docs', () => {
.get('a')
.contains('Nest2');
});

it('renders link to dir1 re-exported symbol ', () => {
cy.get('a')
.contains('root')
.click();
cy.get('.tsd-member-group .tsd-signature a').contains('dir1');
});
});
4 changes: 4 additions & 0 deletions test/typedoc-0.13.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Test against typedoc 0.13.0",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support",
"build": "typedoc --out dist src/index.ts",
"test": "npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist"
Expand All @@ -14,5 +15,8 @@
"@uirouter/cypress-runner": "latest",
"typedoc": "0.13.0",
"typedoc-plugin-external-module-name": "latest"
},
"resolutions": {
"handlebars": "4.5.0"
}
}
2 changes: 2 additions & 0 deletions test/typedoc-0.13.0/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './file1';
export * from './file2';
export * from './dir1';
export * from './dir2';
import * as dir1 from './dir1';
export const reexport_dir1 = dir1;
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ describe('docs', () => {
.get('a')
.contains('Nest2');
});

it('renders link to dir1 re-exported symbol ', () => {
cy.get('a')
.contains('root')
.click();
cy.get('.tsd-member-group .tsd-signature a').contains('dir1');
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Test against typedoc 0.14.0",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support",
"build": "typedoc --out dist src/index.ts",
"test": "npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist"
Expand All @@ -12,7 +13,10 @@
"license": "MIT",
"devDependencies": {
"@uirouter/cypress-runner": "latest",
"typedoc": "0.14.0",
"typedoc": "0.14.2",
"typedoc-plugin-external-module-name": "latest"
},
"resolutions": {
"handlebars": "4.5.0"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './file1';
export * from './file2';
export * from './dir1';
export * from './dir2';
import * as dir1 from './dir1';
export const reexport_dir1 = dir1;
File renamed without changes.
7 changes: 7 additions & 0 deletions test/typedoc-0.5.10/cypress/integration/example_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ describe('docs', () => {
.get('a')
.contains('Nest2');
});

it('renders link to dir1 re-exported symbol ', () => {
cy.get('a')
.contains('root')
.click();
cy.get('.tsd-member-group .tsd-signature a').contains('dir1');
});
});
4 changes: 4 additions & 0 deletions test/typedoc-0.5.10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Test against typedoc 0.5.10",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support",
"build": "typedoc --out dist src/index.ts",
"test": "npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist"
Expand All @@ -14,5 +15,8 @@
"@uirouter/cypress-runner": "latest",
"typedoc": "0.5.10",
"typedoc-plugin-external-module-name": "latest"
},
"resolutions": {
"handlebars": "4.5.0"
}
}
2 changes: 2 additions & 0 deletions test/typedoc-0.5.10/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './file1';
export * from './file2';
export * from './dir1';
export * from './dir2';
import * as dir1 from './dir1';
export const reexport_dir1 = dir1;
7 changes: 7 additions & 0 deletions test/typedoc-0.6.0/cypress/integration/example_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ describe('docs', () => {
.get('a')
.contains('Nest2');
});

it('renders link to dir1 re-exported symbol ', () => {
cy.get('a')
.contains('root')
.click();
cy.get('.tsd-member-group .tsd-signature a').contains('dir1');
});
});
4 changes: 4 additions & 0 deletions test/typedoc-0.6.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Test against typedoc 0.6.0",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support",
"build": "typedoc --out dist src/index.ts",
"test": "npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist"
Expand All @@ -14,5 +15,8 @@
"@uirouter/cypress-runner": "latest",
"typedoc": "0.6.0",
"typedoc-plugin-external-module-name": "latest"
},
"resolutions": {
"handlebars": "4.5.0"
}
}
2 changes: 2 additions & 0 deletions test/typedoc-0.6.0/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './file1';
export * from './file2';
export * from './dir1';
export * from './dir2';
import * as dir1 from './dir1';
export const reexport_dir1 = dir1;
7 changes: 7 additions & 0 deletions test/typedoc-0.7.2/cypress/integration/example_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ describe('docs', () => {
.get('a')
.contains('Nest2');
});

it('renders link to dir1 re-exported symbol ', () => {
cy.get('a')
.contains('root')
.click();
cy.get('.tsd-member-group .tsd-signature a').contains('dir1');
});
});
4 changes: 4 additions & 0 deletions test/typedoc-0.7.2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Test against typedoc 0.7.2",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support",
"build": "typedoc --out dist src/index.ts",
"test": "npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist"
Expand All @@ -14,5 +15,8 @@
"@uirouter/cypress-runner": "latest",
"typedoc": "0.7.2",
"typedoc-plugin-external-module-name": "latest"
},
"resolutions": {
"handlebars": "4.5.0"
}
}
2 changes: 2 additions & 0 deletions test/typedoc-0.7.2/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './file1';
export * from './file2';
export * from './dir1';
export * from './dir2';
import * as dir1 from './dir1';
export const reexport_dir1 = dir1;
7 changes: 7 additions & 0 deletions test/typedoc-0.8.0/cypress/integration/example_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ describe('docs', () => {
.get('a')
.contains('Nest2');
});

it('renders link to dir1 re-exported symbol ', () => {
cy.get('a')
.contains('root')
.click();
cy.get('.tsd-member-group .tsd-signature a').contains('dir1');
});
});
4 changes: 4 additions & 0 deletions test/typedoc-0.8.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Test against typedoc 0.8.0",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support",
"build": "typedoc --out dist src/index.ts",
"test": "npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist"
Expand All @@ -14,5 +15,8 @@
"@uirouter/cypress-runner": "latest",
"typedoc": "0.8.0",
"typedoc-plugin-external-module-name": "latest"
},
"resolutions": {
"handlebars": "4.5.0"
}
}
2 changes: 2 additions & 0 deletions test/typedoc-0.8.0/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './file1';
export * from './file2';
export * from './dir1';
export * from './dir2';
import * as dir1 from './dir1';
export const reexport_dir1 = dir1;
7 changes: 7 additions & 0 deletions test/typedoc-0.9.0/cypress/integration/example_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ describe('docs', () => {
.get('a')
.contains('Nest2');
});

it('renders link to dir1 re-exported symbol ', () => {
cy.get('a')
.contains('root')
.click();
cy.get('.tsd-member-group .tsd-signature a').contains('dir1');
});
});
4 changes: 4 additions & 0 deletions test/typedoc-0.9.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Test against typedoc 0.9.0",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support",
"build": "typedoc --out dist src/index.ts",
"test": "npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist"
Expand All @@ -14,5 +15,8 @@
"@uirouter/cypress-runner": "latest",
"typedoc": "0.9.0",
"typedoc-plugin-external-module-name": "latest"
},
"resolutions": {
"handlebars": "4.5.0"
}
}
2 changes: 2 additions & 0 deletions test/typedoc-0.9.0/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './file1';
export * from './file2';
export * from './dir1';
export * from './dir2';
import * as dir1 from './dir1';
export const reexport_dir1 = dir1;
Binary file modified test/typedoc-latest.tgz
Binary file not shown.
7 changes: 7 additions & 0 deletions test/typedoc-latest/cypress/integration/example_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@ describe('docs', () => {
.get('a')
.contains('Nest2');
});

it('renders link to dir1 re-exported symbol ', () => {
cy.get('a')
.contains('root')
.click();
cy.get('.tsd-member-group .tsd-signature a').contains('dir1');
});
});
3 changes: 2 additions & 1 deletion test/typedoc-latest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Test against typedoc latest",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support",
"build": "typedoc --out dist src/index.ts",
"test": "npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist"
Expand All @@ -14,5 +15,5 @@
"@uirouter/cypress-runner": "latest",
"typedoc": "latest",
"typedoc-plugin-external-module-name": "latest"
}
}, "resolutions": { "handlebars": "4.5.0" }
}
2 changes: 2 additions & 0 deletions test/typedoc-latest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './file1';
export * from './file2';
export * from './dir1';
export * from './dir2';
import * as dir1 from './dir1';
export const reexport_dir1 = dir1;
Loading

0 comments on commit b983efd

Please sign in to comment.