Skip to content

Commit

Permalink
Tests: Add functional, unit es5 shim test html files
Browse files Browse the repository at this point in the history
  • Loading branch information
apsdehal committed Oct 7, 2015
1 parent 6ceb476 commit 9c0ee39
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions test/functional-es5-shim.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!DOCTYPE html>
<title>Wait a minute, I'll redirect you</title>
<meta http-equiv="refresh" content="0; url=../node_modules/intern/client.html?config=test/intern-local&suites=test/functional/all-es5-shim">
8 changes: 8 additions & 0 deletions test/functional/all-es5-shim.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
define([
// es5 shim
"external/es5-shim/es5-shim",

// all.js
"./all"
]);

3 changes: 3 additions & 0 deletions test/unit-es5-shim.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!DOCTYPE html>
<title>Wait a minute, I'll redirect you</title>
<meta http-equiv="refresh" content="0; url=../node_modules/intern/client.html?config=test/intern-local&suites=test/unit/all-es5-shim">
8 changes: 8 additions & 0 deletions test/unit/all-es5-shim.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
define([
// es5 shim
"external/es5-shim/es5-shim",

// all.js
"./all"
]);

0 comments on commit 9c0ee39

Please sign in to comment.