はじめに Buster.JS が久しぶりにアップデートされ、v0.7.4がリリースされました。 この記事は、Changelog — Buster.JS 0.7.4 documentation に掲載されている変更点などについて簡単にまとめたものです。 (翻訳ではないのでChangelogの方も見て下さい) Buster.JS 0.7.4の変更点 buster-server が ramp というモジュールになり新しくよりfastに Windowsをサポート assert.equals が 再帰的なオブジェクトを扱えるようになりました 対象が文字列じゃない時はdeepEqualが使われるようになっています。 === の一致はassert.sameを使います assert.equals は == ではなくなりました。(== するassert自体がない?) config の src にexclud
By now, everyone knows about Test-Driven Development and unit testing. But are you using the testing frameworks to their fullest? Introduction In this tutorial, I'll introduce you to some of the more advanced techniques available to you. As this tutorial will cover some advanced topics, I assume you've already created unit tests before and are familiar with the basics and its terminology. If not,
Swift is the best programming language you should learn and make your dream app easily. Swift programming is a powerful yet easy-to-learn coding language created by Apple. It's frequently used for developing iOS and macOS applications, as well as tvOS and watchOS apps. While you can use other languages to create Apple apps, Swift is the preferred language, and it's recommended because its code is
zlibjs-test.md zlib.js における BusterJS のテスト Minify した JS と、Minify する前の JS のテストを分ける Minify した JS はコンパイル時の最適化によってコードパスが変更されていることがあります。 テストによっては正しいコードパスで実行されているか確認したいこともあるので、そのようなテストは Minify する前の JS で行います。 Minify しても export されているようなメソッドなどのテストは、どちらでも実行できるはずですので両方で実行するようにします。 コードパスをテストする コードパスをテストする場合、Minify する前のファイルをテストすることになります。 そういった場合、複数のファイルを扱うことになることが多いのですが、Closure Library の Minify する前の依存関係解決は docu
完全にノープランでしたが、唐突にカヤックの社内勉強会に参加してきて、今色々触っているJavaScriptのテストフレームワークのBuster.JSについて発表してきました。(部外者です…) JavaScript Testing FrameworkのBusterJSを使う スライド : JavaScript Testing FrameworkのBusterJSを使う 今JavaScriptのテストフレームワークは色々ありますが、Buster.JSはJsTestDriverと似た仕組みを持ったテストフレームワークです。 Nodeで書かれてる所が大きく違いますが、細かい仕組み等はBuster.JS Architecture overviewという文章が公開されているのでそこを見るのがいいです。 中心となってる作者の一人はSinon.JS、Test-Driven JavaScript Develo
Hei! Jeg heter Magnar, og jeg lager et nettspill fra bunn av med javascript på klient og server. Testdrevet etter beste evne. Hvis du er ny her, så vil du kanskje starte på forsiden.
Date#strftime var date = new Date(2011, 5, 29); date.strftime("%Y-%m-%d"); "2011-06-29" Problems ahead var date = new Date(2009, 11, 5); date.strftime("%Y"); //=> "2009" date.strftime("%m"); //=> "12" date.strftime("%d"); //=> "05" date.strftime("%y"); //=> "9" Test setup <!DOCTYPE html> <html> <head> <title>Date.prototype.strftime test</title> </head> <body> <script type="text/javascript" src="st
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く