Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions applicationinsights-react-native/Tests/UnitTests.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<meta charset="utf-8">
<meta http-equiv="Cache-control" content="no-Cache" />
<title>Tests for Application Insights JavaScript API</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.23.1.css">
<script src="http://sinonjs.org/releases/sinon-2.3.8.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.js"></script>
<link rel="stylesheet" href="../../../common/Tests/External/qunit-2.9.3.css">
<script src="../../../common/Tests/External/sinon-2.3.8.js"></script>
<script src="../../../common/Tests/External/require-2.2.0.js"></script>
<script src="../../../common/Tests/Selenium/ModuleLoader.js"></script>
<script src="../../../common/Tests/Selenium/SimpleSyncPromise.js"></script>

<script>
var modules = new ModuleLoader({
baseUrl: '../',
paths: {
qunit: "../../common/Tests/External/qunit-1.23.1",
qunit: "../../common/Tests/External/qunit-2.9.3",
"react-native": "./Tests/External/DummyReactNative"
}
});
Expand Down
5 changes: 3 additions & 2 deletions applicationinsights-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@microsoft/api-extractor": "^7.18.1",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^5.0.1",
"grunt-contrib-qunit": "^6.2.1",
"grunt-contrib-uglify": "^5.0.1",
"@nevware21/grunt-ts-plugin": "^0.4.3",
"@nevware21/grunt-eslint-ts": "^0.2.2",
Expand All @@ -75,7 +75,8 @@
"rollup": "^2.77.2",
"typescript": "^4.3.4",
"tslib": "^2.0.0",
"uglify-js": "3.16.0"
"uglify-js": "3.16.0",
"tar-fs": "^3.0.8"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^3.3.6",
Expand Down
305 changes: 0 additions & 305 deletions common/Tests/External/qunit-1.23.1.css

This file was deleted.

Loading
Loading