Skip to content

Commit

Permalink
Merge pull request #13062 from Snuffleupagus/rm-features
Browse files Browse the repository at this point in the history
Remove the `test/features` folder, since it's very out of date (issue 11954)
  • Loading branch information
timvandermeij authored Mar 7, 2021
2 parents ba1b409 + 36bb4fa commit 34c9e88
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 812 deletions.
3 changes: 0 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1854,9 +1854,6 @@ gulp.task("gh-pages-prepare", function () {
stripBOM: false,
})
.pipe(gulp.dest(GH_PAGES_DIR + "legacy/")),
gulp
.src("test/features/**/*", { base: "test/" })
.pipe(gulp.dest(GH_PAGES_DIR)),
gulp
.src(JSDOC_BUILD_DIR + "**/*", { base: JSDOC_BUILD_DIR })
.pipe(gulp.dest(GH_PAGES_DIR + "api/draft/")),
Expand Down
116 changes: 0 additions & 116 deletions test/features/index.html

This file was deleted.

Loading

0 comments on commit 34c9e88

Please sign in to comment.