aboutsummaryrefslogtreecommitdiff
path: root/test/browser.unit.html
diff options
context:
space:
mode:
authorFotoVerite <[email protected]>2014-05-17 15:35:45 -0400
committerFotoVerite <[email protected]>2014-05-17 15:35:45 -0400
commit3eee796fdff9f4226e211f01cd5926d3d05d28ae (patch)
treecdab238c20b7458b34da8f6e9933edbf4c83abea /test/browser.unit.html
parentdaa95b3a4f3eb5131970271be3820ddb45d30022 (diff)
downloadfaker-3eee796fdff9f4226e211f01cd5926d3d05d28ae.tar.xz
faker-3eee796fdff9f4226e211f01cd5926d3d05d28ae.zip
Moving to major new version for change of package name for uppercase to lowercase.
Diffstat (limited to 'test/browser.unit.html')
-rw-r--r--test/browser.unit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/browser.unit.html b/test/browser.unit.html
index 375f683c..7812cf70 100644
--- a/test/browser.unit.html
+++ b/test/browser.unit.html
@@ -7,7 +7,7 @@
<body>
<div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script>
- <script src="../Faker.js"></script>
+ <script src="../faker.js"></script>
<script src="./support/chai.js"></script>
<script src="./support/sinon-1.5.2.js"></script>
<script>assert = chai.assert;</script>