We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450abeb commit 250252fCopy full SHA for 250252f
test/string.test.js
@@ -34,7 +34,7 @@
34
describe('string.js', function() {
35
36
describe('- constructor', function() {
37
- it('should should set the internal "s" property', function() {
+ it('should set the internal "s" property', function() {
38
T (S('helo').s === 'helo')
39
T (S(5).s === '5')
40
T (S(new Date(2012, 1, 1)).s.indexOf('2012') != -1)
0 commit comments