mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-08 16:40:30 +08:00
arguments -> argumentsTest for strict mode-implied modules.
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ function exist() {
|
||||
should.not.exist(void (0));
|
||||
}
|
||||
|
||||
function arguments() {
|
||||
function argumentsTest() {
|
||||
var args = arguments;
|
||||
expect(args).to.be.arguments;
|
||||
args.should.be.arguments;
|
||||
|
||||
Reference in New Issue
Block a user